-
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.
Merge branch 'main' into BC-2900-fix-cypress-tests-timeout
- Loading branch information
Showing
6 changed files
with
129 additions
and
66 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#@courses @stable_test | ||
Feature: Course - Add substitute teacher to course | ||
|
||
As a teacher I want to add substitute teacher to the course. | ||
|
||
Scenario: Adding substitute teacher to course | ||
Given I am logged in as a 'teacher1' at 'brb' | ||
When I go to rooms overview | ||
And I go to room 'Biologie' | ||
When I open course edit page | ||
Then I can see course edit page | ||
And I clear substitute teacher field | ||
And I add substitute teacher 'teacher2' | ||
And I click on save changes | ||
Then I log out | ||
Given I am logged in as a 'teacher2' at 'brb' | ||
When I go to rooms overview | ||
And I go to room 'Biologie' |
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