mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-44616_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
6f9ab86591
1 changed files with 7 additions and 3 deletions
|
@ -34,14 +34,18 @@ Feature: In an assignment, students can upload files for assessment
|
||||||
And I upload "lib/tests/fixtures/empty.txt" file to "File submissions" filemanager
|
And I upload "lib/tests/fixtures/empty.txt" file to "File submissions" filemanager
|
||||||
And I press "Save changes"
|
And I press "Save changes"
|
||||||
Then I should see "Submitted for grading"
|
Then I should see "Submitted for grading"
|
||||||
And I should see "empty.txt"
|
|
||||||
And I should see "Not graded"
|
And I should see "Not graded"
|
||||||
|
And "empty.txt" "link" should exist
|
||||||
And I press "Edit submission"
|
And I press "Edit submission"
|
||||||
And I upload "lib/tests/fixtures/upload_users.csv" file to "File submissions" filemanager
|
And I upload "lib/tests/fixtures/upload_users.csv" file to "File submissions" filemanager
|
||||||
And ".ffilemanager .fm-maxfiles .fp-btn-add" "css_element" should not be visible
|
And ".ffilemanager .fm-maxfiles .fp-btn-add" "css_element" should not be visible
|
||||||
And I press "Save changes"
|
And I press "Save changes"
|
||||||
And I should see "Submitted for grading"
|
And I should see "Submitted for grading"
|
||||||
And I should see "empty.txt"
|
And "empty.txt" "link" should exist
|
||||||
And I should see "upload_users.csv"
|
And "upload_users.csv" "link" should exist
|
||||||
And I press "Edit submission"
|
And I press "Edit submission"
|
||||||
And ".ffilemanager .fm-maxfiles .fp-btn-add" "css_element" should not be visible
|
And ".ffilemanager .fm-maxfiles .fp-btn-add" "css_element" should not be visible
|
||||||
|
And I delete "empty.txt" from "File submissions" filemanager
|
||||||
|
And I press "Save changes"
|
||||||
|
And "empty.txt" "link" should not exist
|
||||||
|
And "upload_users.csv" "link" should exist
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue