Skip to content

Commit

Permalink
Update _discover.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal authored Jun 23, 2021
1 parent 9e2ce5a commit 47205b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/discover/_discover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});

it('should show "no results"', async () => {
await retry.waitFor('No results screen is displayed', async function () {
await retry.waitFor('no results screen is displayed', async function () {
const isVisible = await PageObjects.discover.hasNoResults();
return isVisible === true;
});
Expand Down

0 comments on commit 47205b4

Please sign in to comment.