Skip to content

Fix remaining functional test failures and compatibility with firefox 68

Jérome Perrin requested to merge feat/zelenium_failures into master

Fix remaining functional test failures and drop a few more code that become unused now that we have a setFile command.

Because firefox 68 executes event handlers for events triggered on disabled elements ( https://phabricator.services.mozilla.com/D10000 ), Zelenium is also adapted to mimic the behaviour we had with firefox 52 (and chrome behavior) of not executing event hander.

TODO:

Merge request reports