Skip to content

Commit

Permalink
test: Fix flaky HybridInventory.cy.js test
Browse files Browse the repository at this point in the history
  • Loading branch information
gkarat committed Aug 22, 2024
1 parent 98460f9 commit f10aafa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/routes/InventoryComponents/HybridInventory.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ const waitForTable = (waitNetwork = false) => {
}

// indicating the table is loaded
cy.get('table[aria-label="Host inventory"]').should(
'have.attr',
'data-ouia-safe',
'true'
);
cy.get('[data-label="Name"]').contains('dolor');
};

before(() => {
Expand Down

0 comments on commit f10aafa

Please sign in to comment.