AutorÃa | Ultima modificación | Ver Log |
@repository @repository_recent @_file_uploadFeature: Recent files repository lists the recently used filesIn order to save time when selecting filesAs a userI need to use again the files I've just used@javascriptScenario: Add files recently uploadedGiven the following "courses" exist:| fullname | shortname | category || Course 1 | C1 | 0 |And the following "blocks" exist:| blockname | contextlevel | reference | pagetypepattern | defaultregion || private_files | System | 1 | my-index | side-post |And the following "activities" exist:| activity | course | name | intro || folder | C1 | Folder name | Folder description |And I log in as "admin"And I follow "Manage private files"And I upload "lib/tests/fixtures/empty.txt" file to "Files" filemanagerAnd I upload "lib/tests/fixtures/upload_users.csv" file to "Files" filemanagerAnd I press "Save changes"And I am on the "Folder name" "folder activity" pageAnd I press "Edit"And I add "empty.txt" file from "Recent files" to "Files" filemanagerAnd I add "empty.txt" file from "Recent files" to "Files" filemanager as:| Save as | empty_copy.txt |And I press "Save changes"Then I should see "empty.txt"And I should see "empty_copy.txt"And I should see "Folder description"