fix sharex

This commit is contained in:
waveringana 2022-12-07 16:30:39 +00:00
parent 5290f4e960
commit 52b1aeea98
12 changed files with 80 additions and 49 deletions

View file

@ -2,8 +2,7 @@ const { defineConfig } = require("cypress");
module.exports = defineConfig({
e2e: {
baseUrl: "http://localhost:4000",
baseUrl: "http://localhost:3000",
},
chromeWebSecurity: false,
"video": false
chromeWebSecurity: false
});