Browse Source

fix(tests): Fix flyke cypress test

This is a "Ctrl+D" instead of "Ctrl+S" fail from b2d999fd68

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/43360/head
Joas Schilling 2 years ago
parent
commit
ee4a7ca2ba
No known key found for this signature in database GPG Key ID: C400AAF20C1BB6FC
  1. 1
      cypress/e2e/theming/navigation-bar-settings.cy.ts

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

@ -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