Skip to content

Commit

Permalink
Changes for Cypress tests
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Dong <[email protected]>
  • Loading branch information
danieldong51 committed Sep 13, 2024
1 parent 5f93a99 commit 491fd61
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,14 @@ export const DiscoverNoResults = ({ timeFieldName, queryLanguage }: Props) => {
<EuiEmptyPrompt
iconType="alert"
iconColor="default"
data-test-subj="discoverNoResults"
title={
<EuiText size="s">
<h2>No results</h2>
</EuiText>
}
body={
<EuiText size="s">
<EuiText size="s" data-test-subj="discoverNoResultsTimefilter">
<p>
Try selecting a different data source, expanding your time range or modifying the
query &amp; filters.
Expand Down

0 comments on commit 491fd61

Please sign in to comment.