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

Commit

Permalink
fix(tests): Fix flyke cypress test
Browse files Browse the repository at this point in the history
This is a "Ctrl+D" instead of "Ctrl+S" fail from b2d999f

Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Feb 5, 2024
1 parent d7dc0f3 commit ee4a7ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/theming/navigation-bar-settings.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit ee4a7ca

Please sign in to comment.