Skip to content

Commit b242a03

Browse files
committed
playwright fixes
1 parent 6640239 commit b242a03

21 files changed

Lines changed: 3 additions & 2 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jsonschema: clean-jsonschema
218218

219219
clean-jsonschema:
220220
rm -rf $(JSONSCHEMA_OUT_DIR)/**/*.go
221-
rm -f $(JSONSCHEMA_OUT_DIR)/**/*.ts
221+
rm -rf $(JSONSCHEMA_OUT_DIR)/**/*.ts
222222

223223
################################
224224
# Lint
84 Bytes
Loading
377 Bytes
Loading
167 Bytes
Loading
79 Bytes
Loading
356 Bytes
Loading
380 Bytes
Loading

e2e/tests/overview-page.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ test.describe('saved searches', () => {
479479
).toBeVisible();
480480

481481
// Reload the page to ensure the bookmark details are still there.
482-
page.reload();
482+
await page.reload();
483483
await waitForOverviewPageLoad(page);
484484
await expect(
485485
page.getByRole('heading', {name: 'Top HTML Interop issues'}),
-4.34 KB
Loading
-2.73 KB
Loading

0 commit comments

Comments
 (0)