Skip to content

Commit fe6b061

Browse files
fix: removing unwanted code
1 parent 0b69ff4 commit fe6b061

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

tests/playwright-tests/src/tests/runner/runner-workflow-add.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { TestTypePicker } from './TestTypePicker';
1010
const TEST_TYPE = process.env.TEST_TYPE ?? 'SMOKE';
1111
let scopedTestScenario = "";
1212

13-
1413
scopedTestScenario = TestTypePicker(TEST_TYPE)
1514

1615
if (!scopedTestScenario) {

tests/playwright-tests/src/tests/runner/runner-workflow-amend.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ const TEST_TYPE = process.env.TEST_TYPE ?? 'SMOKE';
1313

1414
scopedTestScenario = TestTypePicker(TEST_TYPE)
1515

16-
if (!scopedTestScenario) {
17-
console.error("No test scenario tags defined for the current TEST_TYPE. Please check the environment variable.");
18-
fail;
19-
}
2016
if (!scopedTestScenario) {
2117
console.error("No test scenario tags defined for the current TEST_TYPE. Please check the environment variable.");
2218
fail;

0 commit comments

Comments
 (0)