fix: linting issues (#6033)

This commit is contained in:
Ulises Gascón
2025-10-28 16:12:28 +01:00
committed by GitHub
parent 4afb725803
commit 2235819f76

View File

@@ -20,4 +20,4 @@ test('backbone', async ({ page }) => {
test('underscore', async ({ page }) => { test('underscore', async ({ page }) => {
await page.goto('http://localhost:9001/test/underscore.html'); await page.goto('http://localhost:9001/test/underscore.html');
await expect(page.locator('text=0 failed')).toBeVisible({ timeout: 60000 }); await expect(page.locator('text=0 failed')).toBeVisible({ timeout: 60000 });
}); });