You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I don't have a travis-ci account, so I am wondering:
If this issue is resolved?
Was this issue preventing imagehorizonlibrary being tested on MacOS? if so could a github action with platform: macos-latest be used to ensure testing of imagehorizonlibrary on MacOS continues?
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: ''
I have sent an issue to Travis-CI support.
The text was updated successfully, but these errors were encountered: