Skip to content

Commit 48bf58d

Browse files
committed
Next try
1 parent b8c4b65 commit 48bf58d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

site/e2e/playwright.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export default defineConfig({
3636
use: {
3737
baseURL: `http://localhost:${coderPort}`,
3838
video: "retain-on-failure",
39+
viewport: { width: 2048, height: 1600 },
3940
...(wsEndpoint
4041
? {
4142
connectOptions: {

site/e2e/tests/deployment/general.spec.ts

-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ test("experiments", async ({ page }) => {
1717
);
1818
await expect(experimentsLocator).toBeVisible();
1919

20-
await experimentsLocator.focus();
21-
await page.mouse.wheel(0, 600);
22-
2320
// eslint-disable-next-line no-console -- HTML for experiments
2421
console.log(experimentsLocator.innerHTML());
2522

0 commit comments

Comments
 (0)