Skip to content

Commit 0a8af40

Browse files
authored
Merge pull request #136 from CodeYourFuture/692-volunteer-should-identify-which-team-they-want-to-be-part-in
Volunteer-team-preference [QA]
2 parents 1615850 + 40ddaff commit 0a8af40

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)