Skip to content

Commit 33135cf

Browse files
committed
Updated expected error messages on a couple tests
1 parent 0f550e0 commit 33135cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

atest/acceptance/keywords/expected_conditions.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Wait For Expected Conditions One Argument
1010
Title Should Be Delayed
1111
1212
Wait For Expected Condition Times out within set timeout
13-
[Documentation] FAIL REGEXP: TimeoutException: Message: Expected Condition not met within set timeout of 0.3*
13+
[Documentation] FAIL STARTS: TimeoutException: Message: Expected Condition not met within set timeout of 0.3
1414
Title Should Be Original
1515
Click Element link=delayed change title
1616
Wait For Expected Condition title_is Delayed timeout=0.3

atest/acceptance/keywords/run_on_failure.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Run on Failure Returns Previous Value
6767
Should Be Equal ${old} Log Title
6868

6969
Run On Failure also fails
70-
[Documentation] LOG 2.1 WARN Keyword 'Failure During Run On failure' could not be run on failure: Expected error.
70+
[Documentation] LOG 2.1.2 WARN Keyword 'Failure During Run On failure' could not be run on failure: Expected error.
7171
Register Keyword to Run on Failure Failure During Run On failure
7272
Run Keyword And Expect Error
7373
... ${FAILURE MESSAGE}

0 commit comments

Comments
 (0)