fix cypress fail in some browsers

This commit is contained in:
shelly_goldblit
2023-12-26 08:16:01 +02:00
parent 915ab87ae1
commit cd91a51278
+1
View File
@@ -14,6 +14,7 @@ export default defineConfig({
require("@cypress/code-coverage/task")(on, config);
return config;
},
baseUrl: "http://127.0.0.1:8888",
retries: {
runMode: 2,
openMode: 0,