test: use challenge with visible buttons for spec (#54566)

This commit is contained in:
Oliver Eyton-Williams
2024-04-29 19:38:13 +02:00
committed by GitHub
parent 9f7ecffc0d
commit 868a7c62bf
5 changed files with 15 additions and 28 deletions
+1 -1
View File
@@ -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'
);
});