We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1615850 + 40ddaff commit 0a8af40Copy full SHA for 0a8af40
cypress.config.js
@@ -4,8 +4,7 @@ module.exports = defineConfig({
4
e2e: {
5
baseUrl: 'http://localhost:3000',
6
specPattern: 'e2e/integration/*.test.js',
7
- supportFile: 'e2e/support/index.js',
8
- defaultCommandTimeout: 10000
+ supportFile: 'e2e/support/index.js'
9
},
10
fixturesFolder: 'e2e/fixtures',
11
screenshotsFolder: 'e2e/screenshots',
src/Components/forms/index.js
@@ -18,7 +18,6 @@ class Forms extends Component {
18
19
componentDidMount() {
20
this.fetchTeamData()
21
- this.props.loadCities()
22
}
23
24
fetchTeamData = async () => {
0 commit comments