Skip to content

Commit

Permalink
[Discover] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jughosta committed Sep 25, 2024
1 parent 435d6ab commit 1479368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/services/esql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class ESQLService extends FtrService {

public async openHelpMenu() {
await this.testSubjects.click('esql-menu-button');
await this.retry.waitFor('popover to apprear', async () => {
await this.retry.waitFor('popover to appear', async () => {
return await this.testSubjects.exists('esql-quick-reference');
});
}
Expand Down

0 comments on commit 1479368

Please sign in to comment.