From c9ed85d6857b0cfb73104b2e591cd3346bf485dd Mon Sep 17 00:00:00 2001 From: Nicoleta Ursu <nicoleta.ursu@endava.com> Date: Mon, 5 Apr 2021 17:41:15 +0300 Subject: [PATCH] fix: adding filtering manuscripts by topic --- .gitlab-ci.elife.yml | 7 +++---- cypress/fixtures/submission_form_data.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.elife.yml b/.gitlab-ci.elife.yml index 9188b55e53..cee7612b00 100644 --- a/.gitlab-ci.elife.yml +++ b/.gitlab-ci.elife.yml @@ -99,11 +99,11 @@ deploy: # - psql -h postgres -U kotahidev -d kotahidev -c "create extension pgcrypto;" # # specify host here else it confuses the linked postgres image # - POSTGRES_HOST=postgres yarn test:all:$TEST_ITEM - + # test-chrome: # <<: *run_test_template # variables: -# TEST_ITEM: "chrome:elife" +# TEST_ITEM: "chrome:elife" # script: # - *run_script_template @@ -142,7 +142,6 @@ test-chrome: # specify host here else it confuses the linked postgres image - echo $INSTANCE_NAME - POSTGRES_HOST=postgres yarn test:all:chrome:elife - # test-chrome-samsung: # image: $IMAGE_ORG/$IMAGE_NAME-dev:$CI_COMMIT_SHA # stage: test @@ -251,7 +250,7 @@ test-chrome: # - apt-get -y install postgresql-client # - psql -h postgres -U kotahidev -d kotahidev -c "create extension pgcrypto;" # - cp .env.example .env -# - POSTGRES_HOST=postgres yarn test:all:chrome:elife:hd:laptop +# - POSTGRES_HOST=postgres yarn test:all:chrome:elife:hd:laptop # test-firefox: # image: $IMAGE_ORG/$IMAGE_NAME-dev:$CI_COMMIT_SHA diff --git a/cypress/fixtures/submission_form_data.json b/cypress/fixtures/submission_form_data.json index aa05ab92ef..8aa0b8a1a8 100644 --- a/cypress/fixtures/submission_form_data.json +++ b/cypress/fixtures/submission_form_data.json @@ -35,4 +35,4 @@ "valueAdded": "This is the value added", "label": "Ready to evaluate", "topic": "modeling" -} \ No newline at end of file +} -- GitLab