mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-18 05:20:43 +01:00
ci: Fix selector for saveas button
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
2c1cf15789
commit
f790b57e56
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ describe('Nextcloud integration', function() {
|
|||
it('Save as', function() {
|
||||
cy.get('@loleafletframe').within(() => {
|
||||
cy.get('#File-tab-label').click()
|
||||
cy.get('#saveas').click()
|
||||
cy.get('#files-saveas').click()
|
||||
cy.get('#saveas-entries #saveas-entry-1').click()
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue