mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-69998 lang: Fix reworded strings in Behat test scenarios
This commit is contained in:
parent
dd7a1d60e2
commit
e576fef1fa
5 changed files with 11 additions and 11 deletions
|
@ -67,8 +67,8 @@ Feature: Group overview
|
|||
# Following groups should exist in groupings.
|
||||
Then the group overview should include groups "Group 1, Group 2" in grouping "Grouping 1"
|
||||
And the group overview should include groups "Group 2,Group 3" in grouping "Grouping 2"
|
||||
And the group overview should include groups "Group 4" in grouping "[Not in a grouping]"
|
||||
And the group overview should include groups "No group" in grouping "[Not in a group]"
|
||||
And the group overview should include groups "Group 4" in grouping "Not in a grouping"
|
||||
And the group overview should include groups "No group" in grouping "Not in a group"
|
||||
# Following members should exit in group.
|
||||
And "Student 0" "text" should exist in the "Group 1" "table_row"
|
||||
And "Student 1" "text" should exist in the "Group 1" "table_row"
|
||||
|
@ -121,8 +121,8 @@ Feature: Group overview
|
|||
And I select "No grouping" from the "Grouping" singleselect
|
||||
And I select "All" from the "group" singleselect
|
||||
# Following groups should exist in groupings.
|
||||
And the group overview should include groups "Group 4" in grouping "[Not in a grouping]"
|
||||
And the group overview should include groups "No group" in grouping "[Not in a group]"
|
||||
And the group overview should include groups "Group 4" in grouping "Not in a grouping"
|
||||
And the group overview should include groups "No group" in grouping "Not in a group"
|
||||
# Following groups should not exits
|
||||
And "Group 1" "table_row" should not exist
|
||||
And "Group 2" "table_row" should not exist
|
||||
|
@ -185,7 +185,7 @@ Feature: Group overview
|
|||
And I select "All" from the "Grouping" singleselect
|
||||
And I select "No group" from the "group" singleselect
|
||||
# Following groups should exist in groupings.
|
||||
And the group overview should include groups "No group" in grouping "[Not in a group]"
|
||||
And the group overview should include groups "No group" in grouping "Not in a group"
|
||||
# Following groups should not exits
|
||||
And "Group 1" "table_row" should not exist
|
||||
And "Group 2" "table_row" should not exist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue