Skip to content

Commit

Permalink
update integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Titani committed Dec 6, 2022
1 parent 915392d commit f9ac6dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-integration/cypress/integration/menu.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ describe('Menu Test', () => {
});

it('Verify Drilldown Menu', () => {
cy.get('#drilldownMenuStart').should('not.be.visible');
cy.get('#drilldownMenuStart').should('be.hidden');
cy.get('#start').click();
cy.get('#drilldownMenuStart').should('be.visible');
cy.get('#drilldownMenuStart').should('not.be.hidden');
cy.get('#app-group-start').click();
});
});

0 comments on commit f9ac6dd

Please sign in to comment.