Skip to content

Commit

Permalink
Temporary fix for issue #1039
Browse files Browse the repository at this point in the history
  • Loading branch information
yinanazhou committed Jul 5, 2023
1 parent 02e6fa3 commit c81d59a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/drag/custos.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit c81d59a

Please sign in to comment.