-
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.
BC-4968 Update feature files and relevant places
- Loading branch information
1 parent
b350db2
commit d39ebfa
Showing
24 changed files
with
198 additions
and
169 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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ Feature: Admin Users - To add, edit and delete new users by the admin. | |
|
||
@stable_test | ||
Scenario: Adding a new student | ||
Given I am logged in as a 'admin' at 'brb' | ||
Given I am logged in as a 'admin1_brb' at 'brb' | ||
When I go to administration page | ||
And I go to student administration | ||
When I click on FAB | ||
|
@@ -16,7 +16,7 @@ Feature: Admin Users - To add, edit and delete new users by the admin. | |
|
||
@stable_test | ||
Scenario: Editing a new student | ||
Given I am logged in as a 'admin' at 'brb' | ||
Given I am logged in as a 'admin1_brb' at 'brb' | ||
When I go to administration page | ||
And I go to student administration | ||
And I enter 'student' email '[email protected]' in search input field | ||
|
@@ -29,7 +29,7 @@ Feature: Admin Users - To add, edit and delete new users by the admin. | |
|
||
@stable_test | ||
Scenario: Deleting a student | ||
Given I am logged in as a 'admin' at 'brb' | ||
Given I am logged in as a 'admin1_brb' at 'brb' | ||
When I go to administration page | ||
And I go to student administration | ||
And I enter 'student' email '[email protected]' in search input field | ||
|
@@ -40,7 +40,7 @@ Feature: Admin Users - To add, edit and delete new users by the admin. | |
|
||
@stable_test | ||
Scenario: Adding a new teacher | ||
Given I am logged in as a 'admin' at 'brb' | ||
Given I am logged in as a 'admin1_brb' at 'brb' | ||
When I go to administration page | ||
And I go to teacher administration | ||
When I click on FAB | ||
|
@@ -51,7 +51,7 @@ Feature: Admin Users - To add, edit and delete new users by the admin. | |
|
||
@stable_test | ||
Scenario: Editing a new teacher | ||
Given I am logged in as a 'admin' at 'brb' | ||
Given I am logged in as a 'admin1_brb' at 'brb' | ||
When I go to administration page | ||
And I go to teacher administration | ||
And I enter 'teacher' email '[email protected]' in search input field | ||
|
@@ -64,7 +64,7 @@ Feature: Admin Users - To add, edit and delete new users by the admin. | |
|
||
@stable_test | ||
Scenario: Deleting a teacher | ||
Given I am logged in as a 'admin' at 'brb' | ||
Given I am logged in as a 'admin1_brb' at 'brb' | ||
When I go to administration page | ||
And I go to teacher administration | ||
And I enter 'teacher' email '[email protected]' in search input field | ||
|
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
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.