diff --git a/cypress/videos/flow/basic.spec.js.mp4 b/cypress/videos/flow/basic.spec.js.mp4 index 057ee51a..b39a263f 100644 Binary files a/cypress/videos/flow/basic.spec.js.mp4 and b/cypress/videos/flow/basic.spec.js.mp4 differ diff --git a/package.json b/package.json index 0b42946f..aae4c90d 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "build:example": "parcel build examples/*.html -d examples/build", "dev:wait": "start-server-and-test dev http-get://localhost:1234/index.html", "cy:run": "cypress run", - "cy:open": "cypress run", + "cy:open": "cypress open", "cypress": "npm run dev:wait cy:open", "test": "npm run dev:wait cy:run" },