mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 08:38:11 -04:00
test: adjust for cypress
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
bd9a052692
commit
74deaf4879
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ function sharedSetup() {
|
|||
.within(() => {
|
||||
cy.findByRole('heading', { name: 'Recommended apps' })
|
||||
.should('be.visible')
|
||||
cy.findByRole('link', { name: 'Skip' })
|
||||
cy.findByRole('button', { name: 'Skip' })
|
||||
.should('be.visible')
|
||||
cy.findByRole('button', { name: 'Install recommended apps' })
|
||||
.should('be.visible')
|
||||
|
|
|
|||
Loading…
Reference in a new issue