fix(tests): remove typo from test description (#56580)

This commit is contained in:
Anna
2024-10-07 15:15:54 -04:00
committed by GitHub
parent 9f83a65a6a
commit 0214fbf8ae

View File

@@ -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