-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge ba214cc into feature/cancel-schedules
- Loading branch information
Showing
8 changed files
with
87 additions
and
49 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
22 changes: 22 additions & 0 deletions
22
robot/EDA/tests/browser/health_check/account_model_check.robot
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,22 @@ | ||
*** Settings *** | ||
Documentation Validates account model health check card | ||
Resource robot/EDA/resources/EDA.robot | ||
Library cumulusci.robotframework.PageObjects | ||
... robot/EDA/resources/SettingsHealthCheckPageObject.py | ||
|
||
Suite Setup Open Test Browser | ||
Suite Teardown Capture screenshot and delete records and close browser | ||
|
||
*** Test Cases *** | ||
Verify account model health check settings checks pass | ||
[Documentation] Validates the account model health card is displayed with settings for | ||
... Administrative, Household, Default Account Model and Unique account | ||
... record type checks.Also verifies the status of each setting. | ||
[tags] unstable rbt:high W-8880346 | ||
Go to settings health check | ||
Current page should be Home Settings Health Check | ||
Run health check settings Account Model AccountModel AccountModelResults | ||
... Administrative Account Record Type=Passed | ||
... Default Account Model=Passed | ||
... Household Account Record Type=Passed | ||
... Unique Administrative and Household Account Record Type Settings.=Passed |
24 changes: 24 additions & 0 deletions
24
robot/EDA/tests/browser/health_check/affiliation_mappings_check.robot
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,24 @@ | ||
*** Settings *** | ||
Documentation Validates affiliation mappings health check card | ||
Resource robot/EDA/resources/EDA.robot | ||
Library cumulusci.robotframework.PageObjects | ||
... robot/EDA/resources/SettingsHealthCheckPageObject.py | ||
|
||
Suite Setup Open Test Browser | ||
Suite Teardown Capture screenshot and delete records and close browser | ||
|
||
*** Test Cases *** | ||
Verify affiliation mappings health check settings checks pass | ||
[Documentation] Validates the affiliation mappings health card is displayed with | ||
... settings for default account record types. Also verifies the status of | ||
... each setting. | ||
[tags] unstable rbt:high W-8925750 | ||
Go to settings health check | ||
Current page should be Home Settings Health Check | ||
Run health check settings Affiliation Mappings AffiliationMappings AffiliationMappingsResults | ||
... Academic_Program Affiliation Mapping=Passed | ||
... Business_Organization Affiliation Mapping=Passed | ||
... Educational_Institution Affiliation Mapping=Passed | ||
... HH_Account Affiliation Mapping=Passed | ||
... Sports_Organization Affiliation Mapping=Passed | ||
... University_Department Affiliation Mapping=Passed |
22 changes: 22 additions & 0 deletions
22
robot/EDA/tests/browser/health_check/course_connections_check.robot
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,22 @@ | ||
*** Settings *** | ||
Documentation Validates course connections health check card | ||
Resource robot/EDA/resources/EDA.robot | ||
Library cumulusci.robotframework.PageObjects | ||
... robot/EDA/resources/SettingsHealthCheckPageObject.py | ||
... robot/EDA/resources/CourseConnectionsSettingsPageObject.py | ||
|
||
Suite Setup Open Test Browser | ||
Suite Teardown Capture screenshot and delete records and close browser | ||
|
||
*** Test Cases *** | ||
Verify course connections health check when course connections is disabled | ||
[Documentation] Validates course connections health check card displays a warning | ||
... message with a single setting when course connections in EDA Settings | ||
... is disabled | ||
[tags] unstable rbt:high W-8976999 | ||
Go to EDA settings tab Course Connections | ||
Update enable cc to default | ||
Go to settings health check | ||
Current page should be Home Settings Health Check | ||
Run health check settings Course Connections courseconnection courseconnectionsettingsResults | ||
... Enable Course Connections=Warning |
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