mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Merge branch 'master' into seed-posts-as-articles
This commit is contained in:
commit
5dd9c03b4f
@ -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,
|
||||
},
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user