Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 77f4c84

Browse files
Merge pull request nextcloud#43360 from nextcloud/bugfix/noid/fix-flaky-cypress-test
fix(tests): Fix flaky cypress test
2 parents f910baf + ee4a7ca commit 77f4c84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cypress/e2e/theming/navigation-bar-settings.cy.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ describe('User theming set app order with default app', () => {
200200
})
201201

202202
it('Change the order of the other apps', () => {
203-
cy.get('[data-cy-app-order] [data-cy-app-order-element="testapp"] [data-cy-app-order-button="up"]').click()
204203
cy.get('[data-cy-app-order] [data-cy-app-order-element="testapp"] [data-cy-app-order-button="up"]').click()
205204
cy.get('[data-cy-app-order] [data-cy-app-order-element="testapp"] [data-cy-app-order-button="up"]').should('not.be.visible')
206205

0 commit comments

Comments
 (0)