mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 05:54:19 +02:00
MDL-49412 report_log: Fix behat failures
Part of MDL-45774.
This commit is contained in:
parent
be53c87791
commit
40705d6a3b
@ -40,9 +40,10 @@ Feature: User can view activity log.
|
||||
And I follow "Course 1"
|
||||
And I navigate to "Participants" node in "Current course > C1"
|
||||
And I follow "Student 1"
|
||||
When I navigate to "Today's logs" node in "Profile settings for Student 1 > Activity reports"
|
||||
When I follow "Today's logs"
|
||||
And I should see "Assignment: Test assignment name"
|
||||
And I navigate to "All logs" node in "Profile settings for Student 1 > Activity reports"
|
||||
And I follow "Student 1"
|
||||
And I follow "All logs"
|
||||
Then I should see "Assignment: Test assignment name"
|
||||
|
||||
@javascript
|
||||
@ -55,7 +56,8 @@ Feature: User can view activity log.
|
||||
And I follow "Course 1"
|
||||
And I navigate to "Participants" node in "Current course > C1"
|
||||
And I follow "Student 1"
|
||||
When I navigate to "Today's logs" node in "Profile settings for Student 1 > Activity reports"
|
||||
When I follow "Today's logs"
|
||||
And I should see "No log reader enabled"
|
||||
And I navigate to "All logs" node in "Profile settings for Student 1 > Activity reports"
|
||||
And I follow "Student 1"
|
||||
And I follow "All logs"
|
||||
Then I should see "No log reader enabled"
|
||||
|
Loading…
x
Reference in New Issue
Block a user