diff --git a/testing/integration/client-spec.ts b/testing/integration/client-spec.ts index e0691e711a3063662106e50d3102f8064e65f58b..566e21c2a1bb983f83ed71bcdaff9878e5132dca 100644 --- a/testing/integration/client-spec.ts +++ b/testing/integration/client-spec.ts @@ -21,7 +21,7 @@ describe('VS App', () => { // cy.get('.ol-zoom-in').click() }); it('Testing header', () => { - cy.get('#header > h3').should("contain" , "PRISM View Server") + cy.get('#header > h3').should("contain" , "View Server") }); diff --git a/testing/run_integration_test.sh b/testing/run_integration_test.sh index f7d4aafdef5060d3ee2613aabc16db0b20abc290..a83f76f3ac00f881f1e905f88f1f48b0917ac3fc 100755 --- a/testing/run_integration_test.sh +++ b/testing/run_integration_test.sh @@ -62,11 +62,6 @@ kubectl exec deployment/my-helm-release-ingestor -- ls /var/ingestor/fail > fail #client wget http://localhost:80 && cat index.html -#renderer -wget http://localhost:81/opensearch/collections/Emergency/ - - - # client testing # docker run --name cypress --network host -v ${PWD}:/mnt/ --rm -t --user 1000:1000 cypress/browsers:node16.14.0-slim-chrome99-ff97 bash -c "cd /mnt && npm ci && npm run e2e" # fetch logs for ingestor tests