Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
MBergCap committed Oct 23, 2023
1 parent 17282c5 commit f80674d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cypress/e2e/group/groupMembers.feature
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
@release
Feature: Group - To show members in a group

As a teacher i want to see the members in a group
As a teacher I want to see the members in a group

@stable_test
Scenario: As a teacher i can manage classes from external systems
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
Expand Down

0 comments on commit f80674d

Please sign in to comment.