mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
test: use challenge with visible buttons for spec (#54566)
This commit is contained in:
committed by
GitHub
parent
9f7ecffc0d
commit
868a7c62bf
+1
-1
@@ -2,7 +2,7 @@ import { expect, test } from '@playwright/test';
|
||||
|
||||
test.beforeEach(async ({ page }) => {
|
||||
await page.goto(
|
||||
'/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-2'
|
||||
'/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-3'
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user