Skip to content

Commit

Permalink
EDSC-4002: fixing up the cypress tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnp26 committed Mar 9, 2024
1 parent 6d6efa0 commit 7edffee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@
},
"variables": {
"count": 0,
"cursor": null,
"items": null
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@
},
"variables": {
"count": 0,
"cursor": null,
"items": null
}
}
Expand Down
2 changes: 1 addition & 1 deletion cypress/support/graphQlGetCollections.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/e2e/map/map.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ test.describe('Map interactions', () => {

const urlValues = {
chromium: 'search?lat=13.999032615512775',
firefox: 'search?lat=13.999207532962274',
firefox: 'search?lat=13.99892766713073',
webkit: 'search?lat=13.999032615512775'
}
await expect(page).toHaveURL(urlValues[browser])
Expand Down

0 comments on commit 7edffee

Please sign in to comment.