summaryrefslogtreecommitdiffstats
path: root/cypress
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-02-05 16:41:40 +0100
committerJoas Schilling <coding@schilljs.com>2024-02-05 16:41:40 +0100
commitee4a7ca2ba16d36d8fdaaf78420c9af1f6133c1a (patch)
treee92366a17d694b1b405677b784aa803766f45d62 /cypress
parentd7dc0f3fff1eed8ea1309c9d1d68b641756c7a4d (diff)
downloadnextcloud-server-ee4a7ca2ba16d36d8fdaaf78420c9af1f6133c1a.tar.gz
nextcloud-server-ee4a7ca2ba16d36d8fdaaf78420c9af1f6133c1a.zip
fix(tests): Fix flyke cypress test
This is a "Ctrl+D" instead of "Ctrl+S" fail from b2d999fd6835e5c59b6086c658330ce7360a780f Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'cypress')
-rw-r--r--cypress/e2e/theming/navigation-bar-settings.cy.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/cypress/e2e/theming/navigation-bar-settings.cy.ts b/cypress/e2e/theming/navigation-bar-settings.cy.ts
index f31abaa36e2..442001c712a 100644
--- a/cypress/e2e/theming/navigation-bar-settings.cy.ts
+++ b/cypress/e2e/theming/navigation-bar-settings.cy.ts
@@ -201,7 +201,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')
cy.get('[data-cy-app-order] [data-cy-app-order-element]').each(($el, idx) => {