Skip to content

Commit

Permalink
chore: fix e2e in CI (#3590)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Jan 9, 2024
1 parent 93d9cba commit 11fea50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ jobs:
id: cypress-run
uses: cypress-io/[email protected]
with:
wait-on: http://localhost:3000
wait-on-timeout: 200
wait-on: http://[::1]:3000
wait-on-timeout: 600
install: false
working-directory: apps/cowswap-frontend-e2e
env:
Expand Down
1 change: 0 additions & 1 deletion apps/cowswap-frontend/src/api/gnosisProtocol/priceApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { GpPriceStrategy } from 'legacy/state/gas/atoms'

const API_NAME = 'CoW Protocol'
const STRATEGY_URL_BASE = RAW_CODE_LINK + '/configuration/config/'

const ENV_BASE = environmentName !== 'production' ? 'barn' : environmentName
const STRATEGY_URL = STRATEGY_URL_BASE + ENV_BASE + '/strategies'

Expand Down

0 comments on commit 11fea50

Please sign in to comment.