Skip to content

Commit 32b286e

Browse files
committed
#RI-6325 - Fix e2e
1 parent 3b9a51e commit 32b286e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tests-e2e-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: |
8888
# testFiles=$(find tests/web -type f -name '*.e2e.ts' | sort | awk "NR % 4 == ${{ matrix.parallel }}")
8989
90-
testFiles=tests/web/critical-path/database/connecting-to-the-db.e2e.ts
90+
# testFiles=tests/web/critical-path/database/connecting-to-the-db.e2e.ts
9191
echo $testFiles
9292
9393
# Multi-Line value

tests/e2e/web.runner.ci.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ import testcafe from 'testcafe';
1111
experimentalDecorators: true
1212
} })
1313
.src((process.env.TEST_FILES || 'tests/web/**/*.e2e.ts').split('\n'))
14-
.browsers(['firefox:headless --cache --allow-insecure-localhost --disable-search-engine-choice-screen --ignore-certificate-errors'])
15-
// .browsers(['chromium:headless --cache --allow-insecure-localhost --disable-search-engine-choice-screen --ignore-certificate-errors'])
14+
.browsers(['chromium:headless --disable-search-engine-choice-screen --ignore-certificate-errors'])
1615
.screenshots({
1716
path: 'report/screenshots/',
1817
takeOnFails: true,

0 commit comments

Comments
 (0)