Colin Snover

Results 72 comments of Colin Snover

No, there is no update. I have no new thoughts on whether or not this is likely to be included in the future.

It’s not invalid, it’s just not done yet. My thoughts are unchanged.

Yes, it does. Does this matter?

There are multiple issues here which are either transient or due to your machine configuration: 1. The remote VM failed to finish loading the page within the expected 5 second...

Problematically, I am still not able to reproduce the issue you are describing where the `loaded` class does not get added to the page in time for the test to...

Which timeout value are you referring to specifically? What are the limitations of the `setTimeout` function as it exists today that make it not suitable for this task? Having a...

Mocha allows you to set suite timeouts that apply to tests within that suite, so why doesn’t just calling `this.timeout(1000)` in the `describe` function work for you?

Being able to reset the test timeout after each command execution is an interesting idea to reduce false test failures caused by delays in the communication channel. I’m still feeling...

Can you please verify the value of the `nativeEvents` capability in the returned caps for the system you are testing against and report back?