mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore(ci): Invert line checking order in version_restoration
I cannot figure out why the closing of the menu is failing on github CI, I do not reproduce locally. So I simply inverted the checking order so that the menu is not in front of the next button we want to click. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
a9655a5db3
commit
bcbb294390
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ describe('Versions restoration', () => {
|
|||
cy.get('[data-files-versions-version]').eq(0).find('.action-item__menutoggle').should('not.exist')
|
||||
cy.get('[data-files-versions-version]').eq(0).get('[data-cy-version-action="restore"]').should('not.exist')
|
||||
|
||||
doesNotHaveAction(1, 'restore')
|
||||
doesNotHaveAction(2, 'restore')
|
||||
doesNotHaveAction(1, 'restore')
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue