Skip to content
Snippets Groups Projects
Commit 3c2ece7d authored by Arie Peterson's avatar Arie Peterson
Browse files

Press enter instead of clicking Create

parent 79d07a59
No related branches found
No related tags found
1 merge request!595Resolve "Cypress clicks wrong button"
Pipeline #47060 passed with stages
in 12 minutes and 31 seconds
......@@ -58,8 +58,7 @@ describe('Test nextcloud', () => {
cy.contains('button', 'New').click()
const file_rand = 'test-' + Math.random().toString(16).substr(2, 12)
cy.contains('button', 'New document').click()
cy.get('input[placeholder="Filename"]').type('{selectAll}{del}' + file_rand + '.docx')
cy.contains('span', 'Create').click()
cy.get('input[placeholder="Filename"]').type('{selectAll}{del}' + file_rand + '.docx{enter}')
// With older Nextcloud, creating the new document this way would also open
// it automatically. It seems with newer nextcloud/onlyoffice that is no
// longer the case.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment