Skip to content

Commit cf0e9a1

Browse files
committed
Dryrun fail inside of IF
1 parent bcbefa4 commit cf0e9a1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

atest/robot/cli/dryrun/if.robot

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ ELSE IF is not executed in dry run
1111
Check Test Case ${TESTNAME}
1212

1313
ELSE is not executed in dry run
14+
Check Test Case ${TESTNAME}
15+
16+
Dryrun fail inside of IF
1417
Check Test Case ${TESTNAME}

atest/testdata/cli/dryrun/if.robot

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ ELSE is not executed in dry run
1414
Recursive else call again
1515
This is validated
1616

17+
Dryrun fail inside of IF
18+
[Documentation] FAIL Keyword 'resource.Anarchy in the UK' expected 3 arguments, got 2.
19+
IF 'something' == 'thing'
20+
Anarchy in the UK 1 2
21+
END
22+
This is validated
23+
1724
*** Keywords ***
1825
Recursive if
1926
[Arguments] ${arg}

0 commit comments

Comments
 (0)