From 1479368839ba3b7945c9097f54574c7c3058d1c6 Mon Sep 17 00:00:00 2001 From: Julia Rechkunova Date: Wed, 25 Sep 2024 09:07:00 +0200 Subject: [PATCH] [Discover] Fix typo --- test/functional/services/esql.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/services/esql.ts b/test/functional/services/esql.ts index 5e6f144b22c7d..63836d2c5d2f5 100644 --- a/test/functional/services/esql.ts +++ b/test/functional/services/esql.ts @@ -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'); }); }