From c7eec4586bb94ba71c2e57c37ded89f8083d7da6 Mon Sep 17 00:00:00 2001 From: "David J. Yu" <87633683+ddjnw1yu@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:01:44 +1300 Subject: [PATCH] Minor updates --- .github/workflows/quality_control_cypress.yml | 4 ++-- tests/cypress/support/dynamicConfig.js | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/quality_control_cypress.yml b/.github/workflows/quality_control_cypress.yml index 099dabfd..b5658a35 100644 --- a/.github/workflows/quality_control_cypress.yml +++ b/.github/workflows/quality_control_cypress.yml @@ -14,7 +14,7 @@ on: DATASET_IDS: description: "Define dataset ids" required: true - default: "76, 119, 127, 331, 338" + default: "54, 76, 117, 226, 385" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -109,5 +109,5 @@ jobs: with: wait-on: ${{ env.ROOT_URL }} record: true - spec: tests/cypress/e2e/datasets/*.cy.js,tests/cypress/e2e/databrowser.cy.js,tests/cypress/e2e/mapsviewer.cy.js + spec: tests/cypress/e2e/datasets/*.cy.js,tests/cypress/e2e/databrowser.cy.js,tests/cypress/e2e/mapsviewer.cy.js,tests/cypress/e2e/portallogin.cy.js tag: QC diff --git a/tests/cypress/support/dynamicConfig.js b/tests/cypress/support/dynamicConfig.js index fe9ff14e..437164b4 100644 --- a/tests/cypress/support/dynamicConfig.js +++ b/tests/cypress/support/dynamicConfig.js @@ -45,11 +45,7 @@ const DYNAMICENVS = { }, 'FILTER_FACETS': { 'value': 'Tissue, Rat, Anatomy, Female, Embryo', - 'number': 1 // fixed, no need to change - }, - 'MULTIPLE_FILTER_FACETS': { - 'value': 'Central Nervous System, Human, Connectivity, Male, Adult', - 'number': 2 + 'number': 2 // fixed, no need to change }, 'TAXON_MODELS': { 'value': 'Human Female, Human Male, Rat, Mouse, Pig, Cat', // fixed, no need to change