Skip to content

Commit

Permalink
Added test case for capitals within expected condition name
Browse files Browse the repository at this point in the history
Hadn't realized I do force the expected condition ame to all lower case letters. So just needed
to add a test case!
  • Loading branch information
emanlove committed Jan 19, 2024
1 parent 7ad5296 commit b022031
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions atest/acceptance/keywords/expected_conditions.robot
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ Wait For Expected Conditions Where Condition Is Variable
Wait For Expected Condition ${condition} Delayed
Title Should Be Delayed
Wait For Expected Conditions Where Condition Is Strange Case
Click Button Change the button state
${dynamic_btn}= Get WebElement id:enabledDisabledBtn
Wait For Expected Condition EleMENT tO BE cLiCkAbLe ${dynamic_btn}
Wait For Non Existing Expected Conditions
Click Button Change the button state
${dynamic_btn}= Get WebElement id:enabledDisabledBtn
Expand Down

0 comments on commit b022031

Please sign in to comment.