-
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.
- Loading branch information
1 parent
7a9280a
commit 8b34756
Showing
5 changed files
with
60 additions
and
24 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 |
---|---|---|
@@ -1,20 +1,21 @@ | ||
@release | ||
#@release | ||
@unstable_test | ||
Feature: Group - To show members in a group | ||
|
||
As a teacher I want to see the members in a group | ||
|
||
@stable_test | ||
#@stable_test | ||
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 | ||
When 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 | ||
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 | ||
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 | ||
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
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