Skip to content

Commit

Permalink
LPD-30176 Update paths for locators looking for empty results message…
Browse files Browse the repository at this point in the history
… in Content Dashboard
  • Loading branch information
jonathanmccann authored and brianchandotcom committed Jul 2, 2024
1 parent c2831df commit d5edf8d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</tr>
<tr>
<td>EMPTY_AUDIT_GRAPH_TEXT</td>
<td>//*[contains(@class, 'text-truncate') and contains(text(),'There is no data')]</td>
<td>//div[contains(@class, 'c-empty-state-title')]//span[contains(text(), 'There is no data')]</td>
<td></td>
</tr>
<tr>
Expand Down Expand Up @@ -212,7 +212,7 @@
</tr>
<tr>
<td>NO_CATEGORIES_SELECTED_TEXT</td>
<td>//*[contains(@class, 'text-truncate') and contains(text(),'There are no categories selected')]</td>
<td>//div[contains(@class, 'c-empty-state-title')]//span[contains(text(), 'There are no categories selected')]</td>
<td></td>
</tr>
<tr>
Expand Down

0 comments on commit d5edf8d

Please sign in to comment.