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

@@ -165,13 +165,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>