Skip to content

Commit 40ddaff

Browse files
committed
Updated form/index.js
1 parent b57a75d commit 40ddaff

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

cypress.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ module.exports = defineConfig({
44
e2e: {
55
baseUrl: 'http://localhost:3000',
66
specPattern: 'e2e/integration/*.test.js',
7-
supportFile: 'e2e/support/index.js',
8-
defaultCommandTimeout: 10000
7+
supportFile: 'e2e/support/index.js'
98
},
109
fixturesFolder: 'e2e/fixtures',
1110
screenshotsFolder: 'e2e/screenshots',

src/Components/forms/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ class Forms extends Component {
1818

1919
componentDidMount() {
2020
this.fetchTeamData()
21-
this.props.loadCities()
2221
}
2322

2423
fetchTeamData = async () => {

0 commit comments

Comments
 (0)