mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-60717 lang: Reflect the string change in behat scenario file
This commit is contained in:
parent
8d64443452
commit
ea90412944
@ -47,8 +47,8 @@ Feature: View an outline report
|
|||||||
And I log in as "teacher1"
|
And I log in as "teacher1"
|
||||||
And I am on "Course 1" course homepage
|
And I am on "Course 1" course homepage
|
||||||
When I navigate to "Activity report" node in "Course administration > Reports"
|
When I navigate to "Activity report" node in "Course administration > Reports"
|
||||||
Then I should see "2 by 2 users" in the "Book name" "table_row"
|
Then I should see "2 views by 2 users" in the "Book name" "table_row"
|
||||||
And I should see "1 by 1 users" in the "Forum name" "table_row"
|
And I should see "1 views by 1 users" in the "Forum name" "table_row"
|
||||||
|
|
||||||
Scenario: View the outline report when only the standard log reader is enabled
|
Scenario: View the outline report when only the standard log reader is enabled
|
||||||
Given I navigate to "Manage log stores" node in "Site administration > Plugins > Logging"
|
Given I navigate to "Manage log stores" node in "Site administration > Plugins > Logging"
|
||||||
@ -68,8 +68,8 @@ Feature: View an outline report
|
|||||||
And I log in as "admin"
|
And I log in as "admin"
|
||||||
And I am on "Course 1" course homepage
|
And I am on "Course 1" course homepage
|
||||||
When I navigate to "Activity report" node in "Course administration > Reports"
|
When I navigate to "Activity report" node in "Course administration > Reports"
|
||||||
Then I should see "2 by 2 users" in the "Book name" "table_row"
|
Then I should see "2 views by 2 users" in the "Book name" "table_row"
|
||||||
And I should see "1 by 1 users" in the "Forum name" "table_row"
|
And I should see "1 views by 1 users" in the "Forum name" "table_row"
|
||||||
|
|
||||||
Scenario: View the outline report when both the standard and legacy log readers are enabled
|
Scenario: View the outline report when both the standard and legacy log readers are enabled
|
||||||
Given I navigate to "Manage log stores" node in "Site administration > Plugins > Logging"
|
Given I navigate to "Manage log stores" node in "Site administration > Plugins > Logging"
|
||||||
@ -91,8 +91,8 @@ Feature: View an outline report
|
|||||||
And I log in as "teacher1"
|
And I log in as "teacher1"
|
||||||
And I am on "Course 1" course homepage
|
And I am on "Course 1" course homepage
|
||||||
When I navigate to "Activity report" node in "Course administration > Reports"
|
When I navigate to "Activity report" node in "Course administration > Reports"
|
||||||
Then I should see "2 by 2 users" in the "Book name" "table_row"
|
Then I should see "2 views by 2 users" in the "Book name" "table_row"
|
||||||
And I should see "1 by 1 users" in the "Forum name" "table_row"
|
And I should see "1 views by 1 users" in the "Forum name" "table_row"
|
||||||
|
|
||||||
Scenario: View the outline report when no log reader is enabled
|
Scenario: View the outline report when no log reader is enabled
|
||||||
Given I navigate to "Manage log stores" node in "Site administration > Plugins > Logging"
|
Given I navigate to "Manage log stores" node in "Site administration > Plugins > Logging"
|
||||||
@ -116,7 +116,7 @@ Feature: View an outline report
|
|||||||
When I log in as "teacher1"
|
When I log in as "teacher1"
|
||||||
And I am on "Course 1" course homepage
|
And I am on "Course 1" course homepage
|
||||||
And I navigate to "Activity report" node in "Course administration > Reports"
|
And I navigate to "Activity report" node in "Course administration > Reports"
|
||||||
Then I should see "3 by 1 users" in the "Forum name" "table_row"
|
Then I should see "3 views by 1 users" in the "Forum name" "table_row"
|
||||||
And I should see "-" in the "Book name" "table_row"
|
And I should see "-" in the "Book name" "table_row"
|
||||||
|
|
||||||
Scenario: Multiple views from multiple users are identified as not distinct
|
Scenario: Multiple views from multiple users are identified as not distinct
|
||||||
@ -142,7 +142,7 @@ Feature: View an outline report
|
|||||||
When I log in as "teacher1"
|
When I log in as "teacher1"
|
||||||
And I am on "Course 1" course homepage
|
And I am on "Course 1" course homepage
|
||||||
And I navigate to "Activity report" node in "Course administration > Reports"
|
And I navigate to "Activity report" node in "Course administration > Reports"
|
||||||
Then I should see "6 by 2 users" in the "Forum name" "table_row"
|
Then I should see "6 views by 2 users" in the "Forum name" "table_row"
|
||||||
And I should see "-" in the "Book name" "table_row"
|
And I should see "-" in the "Book name" "table_row"
|
||||||
|
|
||||||
Scenario: No views from any users
|
Scenario: No views from any users
|
||||||
|
Loading…
x
Reference in New Issue
Block a user