Skip to content

Commit

Permalink
fix: update geo integ tests to use chrome due to issue with CRA Jest …
Browse files Browse the repository at this point in the history
…dependency when using Node 16.5.x
  • Loading branch information
david-mcafee committed Jun 17, 2022
1 parent 8b6728d commit 39ec964
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1112,14 +1112,16 @@ jobs:
category: geo
sample_name: display-map
spec: display-map
browser: << parameters.browser >>
# Temp fix for: https://app.asana.com/0/1201981549295404/1202467524374349/f
browser: chrome
- integ_test_js:
test_name: 'Search Outside Map'
framework: react
category: geo
sample_name: search-outside-map
spec: search-outside-map
browser: << parameters.browser >>
# Temp fix for: https://app.asana.com/0/1201981549295404/1202467524374349/f
browser: chrome
deploy:
executor: macos-executor
working_directory: ~/amplify-js
Expand Down Expand Up @@ -1166,6 +1168,7 @@ releasable_branches: &releasable_branches
- ui-components/main
- 1.0-stable
- geo/main
- integ-test-temp-fix

test_browsers: &test_browsers
browser: [chrome, firefox]
Expand Down

0 comments on commit 39ec964

Please sign in to comment.