Skip to content

Commit 483c7a7

Browse files
Revert "[TOS-1101] (fix): Not able to create test step with disable, visual testing and ignore options"
This reverts commit 132fc69.
1 parent df27811 commit 483c7a7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ui/src/app/models/test-step.model.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,9 +457,6 @@ export class TestStep extends Base implements PageObject {
457457
}
458458

459459
public serialize(): JSON {
460-
if(this.conditionIf == null) {
461-
this.conditionIf = [];
462-
}
463460
let output = serialize(this);
464461
let conditionIf: string[] = [];
465462
this.conditionIf?.forEach(key => {

0 commit comments

Comments
 (0)