Modifications to Ghost Inspector tests for the current week

This commit is contained in:
Jay R. Newlin (PromptWorks) 2019-11-14 18:05:14 -05:00
parent b034d668a1
commit 889a0090aa
23 changed files with 255 additions and 40 deletions

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>

View File

@ -12,9 +12,9 @@
<meta name="ghost-inspector-globalStepDelay" content="250" /> <meta name="ghost-inspector-globalStepDelay" content="250" />
<meta name="ghost-inspector-maxWaitDelay" content="15000" /> <meta name="ghost-inspector-maxWaitDelay" content="15000" />
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1280x800" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>
@ -444,6 +444,26 @@ Imported from: AT-AT CI - New Portfolio-->
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
<td>assertText</td>
<td>css=input[type="submit"]</td>
<td>Save</td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<!--Imported from: AT-AT CI - Application Settings
Imported from: AT-AT CI - New App Step 3
Imported from: AT-AT CI - New App Step 2
Imported from: AT-AT CI - New App Step 1
Imported from: AT-AT CI - New Portfolio-->
<tr>
<td>waitForElementPresent</td>
<td>css=input[type="submit"]</td>
<td></td>
</tr>
<tr>
<td>click</td> <td>click</td>
<td>css=input[type="submit"]</td> <td>css=input[type="submit"]</td>
<td></td> <td></td>
@ -1268,12 +1288,42 @@ Imported from: AT-AT CI - New App Step 3-->
</tr> </tr>
<tr> <tr>
<td>waitForElementPresent</td> <td>waitForElementPresent</td>
<td>css=svg.svg-inline--fa.fa-edit > path</td> <td>css=svg.svg-inline--fa.fa-ellipsis-h</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
<td>click</td> <td>click</td>
<td>css=svg.svg-inline--fa.fa-edit > path</td> <td>css=svg.svg-inline--fa.fa-ellipsis-h</td>
<td></td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=.accordion-table__item-toggle-content > a:nth-of-type(1)</td>
<td></td>
</tr>
<tr>
<td>assertText</td>
<td>css=.accordion-table__item-toggle-content > a:nth-of-type(1)</td>
<td>*Edit Roles and Permissions*</td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=.accordion-table__item-toggle-content > a:nth-of-type(1)</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>css=.accordion-table__item-toggle-content > a:nth-of-type(1)</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
@ -1287,8 +1337,23 @@ Imported from: AT-AT CI - New App Step 3-->
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
<td>assertElementPresent</td> <td>assertText</td>
<td>css=.panel > div:nth-of-type(1) > .modal.form-content--app-mem > .modal__container > .modal__dialog > .modal__body > .modal__form--header > h1</td> <td>css=.panel > div:nth-of-type(1) > .modal.form-content--app-mem > .modal__container > .modal__dialog > .modal__body > .modal__form--header > h1</td>
<td>*Manage Brandon Buchannan's Access*</td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=.application-perms > div:nth-of-type(1) > .usa-input.input__inline-fields > fieldset.usa-input__choices > legend > label</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>css=.application-perms > div:nth-of-type(1) > .usa-input.input__inline-fields > fieldset.usa-input__choices > legend > label</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
@ -1298,13 +1363,13 @@ Imported from: AT-AT CI - New App Step 3-->
</tr> </tr>
<tr> <tr>
<td>waitForElementPresent</td> <td>waitForElementPresent</td>
<td>css=form#edit_member-1 > h2</td> <td>css=.application-perms > div:nth-of-type(2) > .usa-input.input__inline-fields > fieldset.usa-input__choices > legend > label</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
<td>assertText</td> <td>click</td>
<td>css=form#edit_member-1 > h2</td> <td>css=.application-perms > div:nth-of-type(2) > .usa-input.input__inline-fields > fieldset.usa-input__choices > legend > label</td>
<td>*Application Permissions*</td> <td></td>
</tr> </tr>
<tr> <tr>
<td>waitForPageToLoad</td> <td>waitForPageToLoad</td>
@ -1313,13 +1378,58 @@ Imported from: AT-AT CI - New App Step 3-->
</tr> </tr>
<tr> <tr>
<td>waitForElementPresent</td> <td>waitForElementPresent</td>
<td>css=.environment_roles > h2</td> <td>css=.application-perms > div:nth-of-type(3) > .usa-input.input__inline-fields > fieldset.usa-input__choices > legend > label</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>css=.application-perms > div:nth-of-type(3) > .usa-input.input__inline-fields > fieldset.usa-input__choices > legend > label</td>
<td></td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=input[type="submit"]</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>css=input[type="submit"]</td>
<td></td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=.usa-alert.usa-alert-success > .usa-alert-body > h3.usa-alert-heading</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
<td>assertText</td> <td>assertText</td>
<td>css=.environment_roles > h2</td> <td>css=.usa-alert.usa-alert-success > .usa-alert-body > h3.usa-alert-heading</td>
<td>*Environment Roles*</td> <td>*Team member updated*</td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=.usa-alert.usa-alert-success > .usa-alert-body > .usa-alert-text</td>
<td></td>
</tr>
<tr>
<td>assertText</td>
<td>css=.usa-alert.usa-alert-success > .usa-alert-body > .usa-alert-text</td>
<td>*You have successfully updated the permissions for Brandon Buchannan*</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>
@ -1288,12 +1288,42 @@ Imported from: AT-AT CI - New App Step 3-->
</tr> </tr>
<tr> <tr>
<td>waitForElementPresent</td> <td>waitForElementPresent</td>
<td>css=table.atat-table > tbody > tr:nth-of-type(1) > td:nth-of-type(3) > .form-row > .form-col.form-col--one-third > a:nth-of-type(1)</td> <td>css=svg.svg-inline--fa.fa-ellipsis-h</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
<td>click</td> <td>click</td>
<td>css=table.atat-table > tbody > tr:nth-of-type(1) > td:nth-of-type(3) > .form-row > .form-col.form-col--one-third > a:nth-of-type(1)</td> <td>css=svg.svg-inline--fa.fa-ellipsis-h</td>
<td></td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=.accordion-table__item-toggle-content > a:nth-of-type(2)</td>
<td></td>
</tr>
<tr>
<td>assertText</td>
<td>css=.accordion-table__item-toggle-content > a:nth-of-type(2)</td>
<td>*Resend Invite*</td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=.accordion-table__item-toggle-content > a:nth-of-type(2)</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>css=.accordion-table__item-toggle-content > a:nth-of-type(2)</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
@ -1333,14 +1363,59 @@ Imported from: AT-AT CI - New App Step 3-->
</tr> </tr>
<tr> <tr>
<td>waitForElementPresent</td> <td>waitForElementPresent</td>
<td>css=.action-group > button[type="submit"].usa-button.usa-button-primary</td> <td>css=.panel > div:nth-of-type(2) > .modal.form-content--app-mem > .modal__container > .modal__dialog > .modal__body > form[action] > .action-group > button[type="submit"]</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
<td>assertText</td> <td>assertText</td>
<td>css=.action-group > button[type="submit"].usa-button.usa-button-primary</td> <td>css=.panel > div:nth-of-type(2) > .modal.form-content--app-mem > .modal__container > .modal__dialog > .modal__body > form[action] > .action-group > button[type="submit"]</td>
<td>*Resend Invite*</td> <td>*Resend Invite*</td>
</tr> </tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=.panel > div:nth-of-type(2) > .modal.form-content--app-mem > .modal__container > .modal__dialog > .modal__body > form[action] > .action-group > button[type="submit"]</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>css=.panel > div:nth-of-type(2) > .modal.form-content--app-mem > .modal__container > .modal__dialog > .modal__body > form[action] > .action-group > button[type="submit"]</td>
<td></td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=.usa-alert.usa-alert-success > .usa-alert-body > h3.usa-alert-heading</td>
<td></td>
</tr>
<tr>
<td>assertText</td>
<td>css=.usa-alert.usa-alert-success > .usa-alert-body > h3.usa-alert-heading</td>
<td>*Application invitation resent*</td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=.usa-alert.usa-alert-success > .usa-alert-body > .usa-alert-text</td>
<td></td>
</tr>
<tr>
<td>assertText</td>
<td>css=.usa-alert.usa-alert-success > .usa-alert-body > .usa-alert-text</td>
<td>*You have successfully resent the invite for Brandon Buchannan*</td>
</tr>
</tbody> </tbody>
</table> </table>
</body> </body>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>
@ -1288,12 +1288,42 @@ Imported from: AT-AT CI - New App Step 3-->
</tr> </tr>
<tr> <tr>
<td>waitForElementPresent</td> <td>waitForElementPresent</td>
<td>css=.form-col > a:nth-of-type(2)</td> <td>css=svg.svg-inline--fa.fa-ellipsis-h</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
<td>click</td> <td>click</td>
<td>css=.form-col > a:nth-of-type(2)</td> <td>css=svg.svg-inline--fa.fa-ellipsis-h</td>
<td></td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=.accordion-table__item-toggle-content > a:nth-of-type(3)</td>
<td></td>
</tr>
<tr>
<td>assertText</td>
<td>css=.accordion-table__item-toggle-content > a:nth-of-type(3)</td>
<td>*Revoke Invite*</td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=.accordion-table__item-toggle-content > a:nth-of-type(3)</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>css=.accordion-table__item-toggle-content > a:nth-of-type(3)</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>

View File

@ -14,7 +14,7 @@
<meta name="ghost-inspector-maxAjaxDelay" content="10000" /> <meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" /> <meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" /> <meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" /> <meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" /> <meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" /> <meta name="ghost-inspector-screenshotCompareThreshold" content="0.05" />
</head> </head>