Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ddjnw1yu committed Nov 12, 2024
1 parent 80867db commit c7eec45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality_control_cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
6 changes: 1 addition & 5 deletions tests/cypress/support/dynamicConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7eec45

Please sign in to comment.