diff --git a/e2e/testFunctions.ts b/e2e/testFunctions.ts index 863e3dc86..45f2281b3 100644 --- a/e2e/testFunctions.ts +++ b/e2e/testFunctions.ts @@ -235,7 +235,6 @@ export async function testSortAzul( await expect(sortIconLocator).not.toHaveCSS("opacity", "0"); // Save the selected sort icon locator lastElementSortIconLocator = sortIconLocator; - await expect(false); } } return true; diff --git a/playwright_anvil-catalog.config.ts b/playwright_anvil-catalog.config.ts index 96f67c9da..269e69351 100644 --- a/playwright_anvil-catalog.config.ts +++ b/playwright_anvil-catalog.config.ts @@ -26,6 +26,7 @@ const config: PlaywrightTestConfig = { use: { baseURL: "http://localhost:3000/", screenshot: "only-on-failure", + viewport: { height: 1080, width: 1960 }, }, webServer: { command: