Accommodate empty-state changes

This commit is contained in:
Jay R. Newlin (PromptWorks)
2019-12-06 09:58:50 -05:00
parent 7638afaa9c
commit 4e14cd6ffb
3 changed files with 47 additions and 43 deletions

View File

@@ -31,6 +31,7 @@
<td></td>
<td></td>
</tr>
<!--Imported from: AT-AT CI - login-->
<tr>
<td>open</td>
<td>/login-dev</td>
@@ -41,6 +42,22 @@
<td></td>
<td></td>
</tr>
<!--Imported from: AT-AT CI - login-->
<tr>
<td>waitForElementPresent</td>
<td>css=.about-cloud > h1</td>
<td></td>
</tr>
<tr>
<td>assertText</td>
<td>css=.about-cloud > h1</td>
<td>About Cloud Services</td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=a[href="/portfolios/new"]</td>
@@ -103,21 +120,6 @@
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=#defense_component > option:nth-of-type(14)</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>css=#defense_component > option:nth-of-type(14)</td>
<td></td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=#description</td>
<td></td>
</tr>
@@ -328,13 +330,13 @@
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=.empty-state__message</td>
<td>css=.empty-state h3</td>
<td></td>
</tr>
<tr>
<td>assertText</td>
<td>css=.empty-state__message</td>
<td>*This portfolio doesnt have any applications*</td>
<td>css=.empty-state h3</td>
<td>*You don't have any Applications yet*</td>
</tr>
</tbody>
</table>