]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(tests): Fix flyke cypress test 43360/head
authorJoas Schilling <coding@schilljs.com>
Mon, 5 Feb 2024 15:41:40 +0000 (16:41 +0100)
committerJoas Schilling <coding@schilljs.com>
Mon, 5 Feb 2024 15:41:40 +0000 (16:41 +0100)
This is a "Ctrl+D" instead of "Ctrl+S" fail from b2d999fd6835e5c59b6086c658330ce7360a780f

Signed-off-by: Joas Schilling <coding@schilljs.com>
cypress/e2e/theming/navigation-bar-settings.cy.ts

index f31abaa36e2eaa62d7a4dbe14b4018193941b9bf..442001c712ac2f5e55b317bc016888e1eef98980 100644 (file)
@@ -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')