-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
N21-1318 adjust tests for new class page changes (#154)
* adjust for new column, create class via new class page * request changes N21-1264 * add test for legacy functionality
- Loading branch information
1 parent
ba5ea50
commit ec4eecc
Showing
9 changed files
with
229 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#@release | ||
@unstable_test | ||
Feature: Group - To show members in a group | ||
|
||
As a teacher I want to see the members in a group | ||
|
||
Scenario: As a teacher I can manage a group of type class from external systems | ||
Given I am logged in as a 'teacher1_nbc' at 'nbc' | ||
When I go to administration page | ||
When I go to new class administration page | ||
Then I see the new class administration page | ||
Then I can see the group 'Cypress-Test-Group' with source 'moin.schule' | ||
Then I can see the manage button for group 'Cypress-Test-Group' | ||
When I click the manage group button | ||
Then I can see the manage group page | ||
Then I can see the manage group page title | ||
Then I can see the group member table | ||
Then I can see the 'Lehrkraft' with name 'Herzog' | ||
Then I can see the infobox | ||
Then I can see the infotext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +0,0 @@ | ||
@unstable_test | ||
Feature: Group - To show members in a group | ||
|
||
As a teacher I want to see the members in a group | ||
|
||
|
||
Scenario: As a teacher I can manage a group of type class from external systems | ||
Given I am logged in as a 'teacher1_nbc' at 'nbc' | ||
When I go to administration page | ||
And I go to new class administration page | ||
Then I see the new class administration page | ||
And I can see the group 'Cypress-Test-Group' with source 'moin.schule' | ||
And the group 'Cypress-Test-Group' has a manage button | ||
When I click the manage group button | ||
Then I can see the manage group page | ||
And I can see the manage group page title | ||
And I can see the group member table | ||
And I can see the 'Lehrkraft' with name 'Herzog' | ||
And I can see the infobox | ||
And I can see the infotext | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.