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 (aws-amplify#10003)
  • Loading branch information
david-mcafee committed Jun 18, 2022
1 parent 8b6728d commit 8fb868f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ executors:

js-test-executor:
docker:
- image: cypress/included:9.4.1
- image: cypress/included:8.7.0
- image: verdaccio/verdaccio
auth:
username: $DOCKERHUB_USERNAME
Expand Down Expand Up @@ -1112,14 +1112,16 @@ jobs:
category: geo
sample_name: display-map
spec: display-map
browser: << parameters.browser >>
# Temp fix:
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:
browser: chrome
deploy:
executor: macos-executor
working_directory: ~/amplify-js
Expand Down

0 comments on commit 8fb868f

Please sign in to comment.