Open
Description
How would I go about testing tray-only (no windows) app?
Every example I can find uses app.client.waitUntilWindowLoaded()
, which is obviously no go with tray-only app. There is no such a thing as waitUntilTrayLoaded()
, as well.
I am trying to make a simple test here: https://github.com/hovancik/strechly/pull/4/files but I am getting errors: https://travis-ci.org/hovancik/strechly/jobs/145827763 and no idea how to move.