mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-30 16:01:14 -04:00
fix(tests): remove typo from test description (#56580)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user