Skip to content

Commit

Permalink
Merge "Make test wait for content loaded"
Browse files Browse the repository at this point in the history
  • Loading branch information
mduft authored and Gerrit committed Aug 9, 2024
2 parents ce534b0 + 2dd065a commit 8f46c12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/webapp/cypress/e2e/groups.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ describe('Groups Tests', () => {
cy.contains('app-bd-data-card', groupName).should('not.exist');
});

cy.waitUntilContentLoaded();

cy.screenshot('Doc_ModeTable');
cy.inMainNavContent(() => {
cy.pressToolbarButton('Toggle Card Mode');
Expand Down

0 comments on commit 8f46c12

Please sign in to comment.