Skip to content

Commit

Permalink
reverting docker spec path, updating test path on std_ui ff
Browse files Browse the repository at this point in the history
  • Loading branch information
mmartin24 committed Nov 1, 2022
1 parent 13650de commit 0959391
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/std_ui_latest_firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
with:
browser: firefox
cypress_docker: cypress/included:9.7.0
cypress_spec: cypress/e2e/unit_tests/namespaces.spec.ts
# cypress_spec: cypress/e2e/unit_tests/namespaces.spec.ts
cypress_spec: unit_tests/namespaces.spec.ts
docker_options: '--user 1000'
ext_reg: '1'
s3: '1'
Expand Down
3 changes: 1 addition & 2 deletions scripts/start_cypress_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ docker run -v $PWD:/e2e -w /e2e \
$CYPRESS_DOCKER \
-C /e2e/$CYPRESS_CFG \
-b $BROWSER \
# -s /e2e/$SPEC
-s $SPEC
-s /e2e/$SPEC

0 comments on commit 0959391

Please sign in to comment.