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 3 months ago
parent d7dc0f3fff
commit ee4a7ca2ba
No known key found for this signature in database
GPG Key ID: C400AAF20C1BB6FC

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