-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
There is an issue with running OSX tests on Travis-CI, the permission popup is stealing input focus from the test app, like seen on the screenshot:
Error:
'' cannot be converted to an integer: ValueError: invalid literal for int() with base 10: ''
Calculator
Set Confidence 0.9
Launch application python tests/atest/calculator/calculator.py
${location1}= Wait for inputs.png
Click to the above of ${location1} 20
Type 1010
Click to the below of ${location1} 20
Type 1001
${location2}= Locate or_button.png
Click to the below of ${location2} 0
Click to the below of ${location2} 50
${result}= Copy
Take A Screenshot <-- Screenshot taken here
Should be equal as integers ${result} 1011 <-- Error happens right here
Click Image close_button.png
[Teardown] Terminate application
I have sent an issue to Travis-CI support.
Metadata
Metadata
Assignees
Labels
No labels