File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -66,10 +66,10 @@ Feature: Session access
66
66
And wait the page to be loaded when ready
67
67
Then I should see "Unauthorised access"
68
68
69
- Scenario : ywarnier connect to session that doesn't exists
69
+ Scenario : ywarnier connect to course TEMPPRIVATE inside a session that doesn't exists
70
70
Given I am not logged
71
71
Given I am logged as "ywarnier"
72
- And I am on course "TEMPPRIVATE" homepage in session "Session does not exists "
72
+ And I am on "/course/2/home?sid=2000&gid=0 "
73
73
And wait the page to be loaded when ready
74
74
Then I should see "Session not found"
75
75
Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ Feature: Work tool
31
31
Given I am not logged
32
32
Given I am a student
33
33
And I am on "/main/work/work.php?cid=1"
34
- And wait very long for the page to be loaded
35
- And I follow "Work 1"
34
+ Then I should see "Assignments"
35
+ Then I am on "/main/work/work_list.php?cid=1&sid=0&gid=0&gradebook=0&origin=&id= 1"
36
36
Then I should see "Work 1"
37
+ Then I should see "Work description"
37
38
Then I follow "Upload my assignment"
38
39
Then I should see "Upload a document"
39
40
Then I follow "Upload (Simple)"
40
- #Then I should see "File extension"
41
- Then I attach the file "/public/favicon.ico" to "file_upload"
41
+ Then I attach the file "/public/favicon.ico" to "form-work_file"
42
42
And I press "Upload"
43
43
And wait for the page to be loaded
44
44
Then I should see "The file has been added to the list of publications"
@@ -52,7 +52,7 @@ Feature: Work tool
52
52
And wait for the page to be loaded
53
53
Then I should see "Work description"
54
54
And wait for the page to be loaded
55
- Then I should see "base.css "
55
+ Then I should see "favicon "
56
56
57
57
# Scenario: Add a comment and a attachment to the work previously uploaded by student
58
58
# Given I am a platform administrator
You can’t perform that action at this time.
0 commit comments