Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Jan 24, 2024
1 parent e1ce91a commit 6cff500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/discover/group3/_request_counts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await expectSearches(type, 3, async () => {
await PageObjects.discover.toggleChartVisibility();
});
await expectSearches(type, 2, async () => {
await expectSearches(type, 1, async () => {
await PageObjects.discover.toggleChartVisibility();
});
});
Expand Down

0 comments on commit 6cff500

Please sign in to comment.