-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BI-1692] - Change role names #142
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Feature: Logging with Member | ||
Feature: Logging with Read Only | ||
|
||
@BI-822 | ||
Scenario: Logging in as a member of one program | ||
Scenario: Logging in as a Read Only of one program | ||
Given user logs in as "Cucumber Member" | ||
When user selects "Snacks" on program-selection page | ||
Then user can see Welcome page of program | ||
|
@@ -15,7 +15,7 @@ Feature: Logging with Member | |
And user can see "Program Administration" in navigation | ||
|
||
@BI-823 | ||
Scenario: Logging in as a breeder of one program | ||
Scenario: Logging in as a Read Only of one program | ||
Given user logs in as "Cucumber Member" | ||
When user selects "Snacks" on program-selection page | ||
Then user can see Welcome page of program | ||
|
@@ -28,14 +28,14 @@ Feature: Logging with Member | |
And user can see "Program Administration" in navigation | ||
|
||
@BI-845 | ||
Scenario: Logging in as a breeder of one program | ||
Scenario: Logging in as a Read Only of one program | ||
Given user logs in as "Cucumber Member" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Seems like this was just a labeling issue of the scenario like the last one There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, I figured I might as well fix the labels since I was changing them anyway. |
||
When user selects "Snacks" on program-selection page | ||
When user selects "Ontology" in navigation | ||
Then user can not see "Import Ontology" in navigation | ||
|
||
@BI-887 | ||
Scenario: No Admin role, Program Member - Program User Management | ||
Scenario: No System Admin role, Program Read Only - Program User Management | ||
Given user logs in as "Cucumber Member" | ||
When user selects "Snacks" on program-selection page | ||
And user selects "Program Administration" in navigation | ||
|
@@ -47,7 +47,7 @@ Feature: Logging with Member | |
#To ensure there is at least one location in list of locations in Snacks | ||
#Scenario will still pass with no locations, but won't test the lack of Edit and Deactivate links | ||
@BI-915 | ||
Scenario: Program Location Management page - member - SETUP | ||
Scenario: Program Location Management page - Read Only - SETUP | ||
Given user logs in as "Cucumber Breeder" | ||
When user selects "Snacks" on program-selection page | ||
When user selects "Program Administration" in navigation | ||
|
@@ -60,7 +60,7 @@ Feature: Logging with Member | |
| Location* | | ||
|
||
@BI-915 | ||
Scenario: Program Location Management page - member | ||
Scenario: Program Location Management page - Read Only | ||
Given user logs in as "Cucumber Member" | ||
When user selects "Snacks" on program-selection page | ||
And user selects "Program Administration" in navigation | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this an issue in the description of the test?