Fix behat test

pull/3924/head
Julio Montoya 4 years ago
parent e587eee1a9
commit 3c8b7588c5
  1. 4
      tests/behat/features/toolWork.feature

@ -33,11 +33,11 @@ Feature: Work tool
And I am on "/main/work/work.php?cid=1"
And I wait for the page to be loaded
Then I should see "Work 1"
Then I am on "/main/work/work_list.php?cid=1&sid=0&gid=0&gradebook=0&origin=&id=1"
Then I follow "Work 1"
Then I should see "Work 1"
And I should see "Work description"
Then I follow "Upload my assignment"
Then I should see "Upload a document"
Then I should see "Upload (Simple)"
Then I follow "Upload (Simple)"
And wait for the page to be loaded
Then I attach the file "/public/favicon.ico" to "form-work_file"

Loading…
Cancel
Save