Skip to content

Commit

Permalink
Fix geoserver stub mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Feb 28, 2024
1 parent 413e0a5 commit a26c080
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion frontend/puppeteer/e2e/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export function listenToConsole(page: Page, index: number) {

if (messageType === 'ERR') {
console.log(message.args(), message.stackTrace())
console.log(JSON.stringify(message))
if (message.text().includes('/sse')) {
// If the SSE connection fails, the browser will restart it, it is not an application error
return
Expand Down
2 changes: 1 addition & 1 deletion infra/docker/docker-compose.puppeteer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ services:
ports:
- 8081:8080
volumes:
- ./mappings:/home/wiremock/mappings
- ../../frontend/cypress/mappings:/home/wiremock/mappings
healthcheck:
test: [
"CMD-SHELL",
Expand Down

0 comments on commit a26c080

Please sign in to comment.