From 3be4b19767479dae67bf823fc165e9a129770ae5 Mon Sep 17 00:00:00 2001 From: baloola <baloola-mu@hotmail.com> Date: Thu, 19 May 2022 10:40:06 +0200 Subject: [PATCH] edit header title --- testing/integration/client-spec.ts | 2 +- testing/run_integration_test.sh | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/testing/integration/client-spec.ts b/testing/integration/client-spec.ts index e0691e7..566e21c 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 f7d4aaf..a83f76f 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 -- GitLab