Merge branch 'master' into seed-posts-as-articles

This commit is contained in:
mahula 2023-06-07 09:32:01 +02:00 committed by GitHub
commit 5dd9c03b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 16 deletions

View File

@ -46,21 +46,6 @@ module.exports = defineConfig({
runMode: 2,
openMode: 0,
},
setupNodeEvents,
},
});
module.exports = defineConfig({
e2e: {
projectId: "qa7fe2",
chromeWebSecurity: false,
baseUrl: "http://localhost:3000",
specPattern: "cypress/e2e/**/*.feature",
supportFile: "cypress/support/e2e.js",
retries: {
runMode: 2,
openMode: 0,
},
video: false,
setupNodeEvents,
},

View File

@ -1,7 +1,6 @@
import { Given } from "@badeball/cypress-cucumber-preprocessor";
import 'cypress-network-idle';
Given("I navigate to page {string}", page => {
cy.visit(page);
cy.waitForNetworkIdle(2000)