Skip to content
Snippets Groups Projects
Unverified Commit 1da47c27 authored by Varac's avatar Varac
Browse files

Pause before clicking on new file button

parent 754231d6
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,10 @@ Scenario: Close welcome to nextcloud modal
Scenario: Create a new document in OnlyOffice
When I click on the element "[aria-label='Files']"
# Unfortunaty there's no check if the element that's already visible
# is also clickable.
And I pause for 5000ms
And I click on the button "[class='button new']"
And I click on the element "[data-action='onlyofficeDocx']"
And I add a random string to the inputfield ".filenameform input[type=text]"
And I click on the element "input.icon-confirm"
......
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