We have a test that works correctly on all platforms but Firefox.
On Firefox test fails with:
Timed out while waiting for element <#curbcall-snippet .app #snippet-container> to be present for 30000 milliseconds. - expected “found” but got: “not found” (30230ms)
The strange thing is that if I check the COMMAND tab, I think it also reports that element is found:
Parameters
{“using”:“css selector”,“value”:“#curbcall-snippet .app #snippet-container”}
Response
{“value”:[{“element-6066-11e4-a52e-4f735466cecf”:“cb4421ad-9ee2-4b4d-8af7-2a20a56f8d80”}]}
So I am not sure why test consistently breaks and reports that element can not be found?