Skip to content

Commit

Permalink
fix(Cypress): wait for button to render
Browse files Browse the repository at this point in the history
Signed-off-by: Cleopatra Enjeck M <[email protected]>
  • Loading branch information
enjeck committed Mar 14, 2024
1 parent a953fdb commit 981c800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/tables-archive.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ describe('Archive tables/views', () => {
beforeEach(function() {
cy.login(localUser)
cy.visit('apps/tables')
cy.wait(1000)
})

it('can archive tables', () => {
Expand Down
1 change: 1 addition & 0 deletions cypress/e2e/tables-favorite.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ describe('Favorite tables/views', () => {
beforeEach(function() {
cy.login(localUser)
cy.visit('apps/tables')
cy.wait(1000)
})

it('can favorite tables', () => {
Expand Down

0 comments on commit 981c800

Please sign in to comment.