Bug 1721012 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The failure here happens when accessing `session.capabilities["webSocketUrl"]`. Given that on beta the Remote Agent is disabled, Marionette doesn't return this capability to the client. The current manifest of the file looks like:

https://searchfox.org/mozilla-central/source/testing/web-platform/meta/webdriver/tests/bidi/new_session/connect.py.ini

Problem here is most likely that we expect an `ERROR` instead of a `FAIL`. I'll have a look soon.
The failure here happens when accessing `session.capabilities["webSocketUrl"]`. Given that on beta the Remote Agent is disabled, Marionette doesn't return this capability to the client. The current manifest of the file looks like:

https://searchfox.org/mozilla-central/source/testing/web-platform/meta/webdriver/tests/bidi/new_session/connect.py.ini

Problem here is most likely that we expect a `FAIL` instead of an `ERROR`. I'll have a look soon.

Back to Bug 1721012 Comment 1