From 0214fbf8ae5d73a2e07b50b782bec834692bf216 Mon Sep 17 00:00:00 2001 From: Anna Date: Mon, 7 Oct 2024 15:15:54 -0400 Subject: [PATCH] fix(tests): remove typo from test description (#56580) --- e2e/help-modal.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/help-modal.spec.ts b/e2e/help-modal.spec.ts index d32bbbfe318..f18cbd6a95c 100644 --- a/e2e/help-modal.spec.ts +++ b/e2e/help-modal.spec.ts @@ -40,7 +40,7 @@ test.describe('Help Modal component', () => { ).toBeVisible(); }); - test('should disable the submit button if the checboxes are not checked', async ({ + test('should disable the submit button if the checkboxes are not checked', async ({ page }) => { await page