Merge pull request #43360 from nextcloud/bugfix/noid/fix-flaky-cypress-test

fix(tests): Fix flaky cypress test
pull/43364/head
Joas Schilling 4 months ago committed by GitHub
commit 77f4c84c18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -200,7 +200,6 @@ describe('User theming set app order with default app', () => {
})
it('Change the order of the other apps', () => {
cy.get('[data-cy-app-order] [data-cy-app-order-element="testapp"] [data-cy-app-order-button="up"]').click()
cy.get('[data-cy-app-order] [data-cy-app-order-element="testapp"] [data-cy-app-order-button="up"]').click()
cy.get('[data-cy-app-order] [data-cy-app-order-element="testapp"] [data-cy-app-order-button="up"]').should('not.be.visible')

Loading…
Cancel
Save