Updates based on design changes and/or general maintenance of tests

This commit is contained in:
Jay R. Newlin (PromptWorks)
2019-12-20 10:51:25 -05:00
parent 007291da0a
commit 591c0f2315
36 changed files with 465 additions and 282 deletions

View File

@@ -106,13 +106,13 @@ Imported from: AT-AT CI - login-->
Imported from: AT-AT CI - login-->
<tr>
<td>waitForElementPresent</td>
<td>css=.about-cloud > h1</td>
<td>css=.home__content > h1</td>
<td></td>
</tr>
<tr>
<td>assertText</td>
<td>css=.about-cloud > h1</td>
<td>About Cloud Services</td>
<td>css=.home__content > h1</td>
<td>JEDI Cloud Services</td>
</tr>
<tr>
<td>waitForPageToLoad</td>
@@ -526,21 +526,6 @@ Imported from: AT-AT CI - login-->
<td>css=.accordion-table__items > .accordion-table__item:nth-of-type(1) > .accordion-table__item-content > .environment-list__item > .label.label--below</td>
<td></td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=#delete-application</td>
<td></td>
</tr>
<tr>
<td>assertText</td>
<td>css=#delete-application</td>
<td>*Delete application*</td>
</tr>
</tbody>
</table>
</body>