Skip to content

Tests on OSX can not proceed #45

@matejc

Description

@matejc

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:

travis-xcode-10-2

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions