mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
Merge branch 'MDL-42625_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
ebc77165a4
51 changed files with 991 additions and 335 deletions
|
@ -38,10 +38,10 @@ Feature: In an assignment, students can upload files for assessment
|
|||
And I should see "Not graded"
|
||||
And I press "Edit submission"
|
||||
And I upload "lib/tests/fixtures/upload_users.csv" file to "File submissions" filemanager
|
||||
And ".ffilemanager .fm-maxfiles .fp-btn-add" "css_element" should exists
|
||||
And ".ffilemanager .fm-maxfiles .fp-btn-add" "css_element" should not be visible
|
||||
And I press "Save changes"
|
||||
And I should see "Submitted for grading"
|
||||
And I should see "empty.txt"
|
||||
And I should see "upload_users.csv"
|
||||
And I press "Edit submission"
|
||||
And ".ffilemanager .fm-maxfiles .fp-btn-add" "css_element" should exists
|
||||
And ".ffilemanager .fm-maxfiles .fp-btn-add" "css_element" should not be visible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue