Skip to content

Commit

Permalink
Update discover_page.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal authored Jun 23, 2021
1 parent f459d40 commit d94128f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/page_objects/discover_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ export class DiscoverPageObject extends FtrService {
public async closeSidebarFieldFilter() {
await this.testSubjects.click('toggleFieldFilterButton');

await this.retry.waitFor('Sidebar filter closed', async () => {
await this.retry.waitFor('sidebar filter closed', async () => {
return !(await this.testSubjects.exists('filterSelectionPanel'));
});
}
Expand Down

0 comments on commit d94128f

Please sign in to comment.