GUI tests fail in OSX

Issue #531 resolved
Shivashis Padhi created an issue

A combination of mouseClick and Key_Return is being used to activate list-items in QListWidget.
Refer _activate_project_at_index function.

This doesn’t work on OSX.
I tried a combination of other functions i.e mouseDClick and Key_Return which doesn’t work.

Comments (7)

  1. Reimar Bauer

    depends a bit on the amount of changes. May be we can solve this also for stable. But lets look first on develop branch.

  2. Tanish Grover

    @Reimar Bauer it needs a 1 line change in the test file. Should I make PR to stable or develop?

  3. Log in to comment