diff --git a/cypress/integration/app.e2e.spec.js b/cypress/integration/app.e2e.spec.js index 3e8993d..9b299bb 100644 --- a/cypress/integration/app.e2e.spec.js +++ b/cypress/integration/app.e2e.spec.js @@ -1,6 +1,6 @@ const urlPath = 'localhost:8080' const clientMessage = 'I need help to buy a new computer{enter}' -describe('Load page', () => { +describe('ChatBot', () => { beforeEach(() => { cy.visit(urlPath) }) diff --git a/docker-compose.yml b/docker-compose.yml index c440ab1..509d72c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: nerdbot-frontend: image: nerdbot-frontend:latest environment: - PORT: 5100 + PORT: 8080 ports: - 8080:8080 nerdbot-backend: