Skip to content

Commit be97a69

Browse files
Merge pull request #113 from RedisInsight/e2e/test_ids
add test ids
2 parents 5668a7e + bbdfb82 commit be97a69

File tree

1 file changed

+3
-2
lines changed
  • redisinsight/ui/src/pages/workbench/components/wb-results/WBResults

1 file changed

+3
-2
lines changed

redisinsight/ui/src/pages/workbench/components/wb-results/WBResults/WBResults.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ const WBResults = ({ historyItems = [], onQueryRun, onQueryDelete, scrollDivRef
2525
<EuiIcon
2626
type={theme === Theme.Dark ? MultiPlayIconDark : MultiPlayIconLight}
2727
className={styles.playIcon}
28+
data-testid="wb_no-results__icon"
2829
/>
29-
<EuiText className={styles.noResultsTitle} color="subdued">No results to display</EuiText>
30-
<EuiText className={styles.noResultsText} color="subdued">
30+
<EuiText className={styles.noResultsTitle} color="subdued" data-testid="wb_no-results__title">No results to display</EuiText>
31+
<EuiText className={styles.noResultsText} color="subdued" data-testid="wb_no-results__summary">
3132
Run Redis commands to get results or see the left menu to learn more
3233
</EuiText>
3334
</div>

0 commit comments

Comments
 (0)