From c81d59af420d4ca46468212d0e82cfa45a7dca10 Mon Sep 17 00:00:00 2001 From: Yinan Zhou Date: Wed, 5 Jul 2023 14:46:51 -0400 Subject: [PATCH] Temporary fix for issue #1039 --- cypress/e2e/drag/custos.cy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/e2e/drag/custos.cy.ts b/cypress/e2e/drag/custos.cy.ts index dcf4c3548..8fb78be8a 100644 --- a/cypress/e2e/drag/custos.cy.ts +++ b/cypress/e2e/drag/custos.cy.ts @@ -13,6 +13,7 @@ function drag (selector: string, offsetX = 0, offsetY = 0): void { } beforeEach(() => { + cy.viewport('macbook-11'); cy.visit('http://localhost:8080/editor.html?manifest=test', { onBeforeLoad(win) { cy.stub(win.console, 'log').as('consoleLog');