[Wikidata-bugs] [Maniphest] [Commented On] T246994: Selenium: Request failed due to Error: wb-ui-event-emitting-button--disabled not clickable

2020-04-30 Thread gerritbot
gerritbot added a comment. Change 593548 **merged** by jenkins-bot: [mediawiki/extensions/Wikibase@master] bridge: use isClickable() https://gerrit.wikimedia.org/r/593548 TASK DETAIL https://phabricator.wikimedia.org/T246994 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T246994: Selenium: Request failed due to Error: wb-ui-event-emitting-button--disabled not clickable

2020-04-30 Thread gerritbot
gerritbot added a comment. Change 593548 had a related patch set uploaded (by Lucas Werkmeister (WMDE); owner: Lucas Werkmeister (WMDE)): [mediawiki/extensions/Wikibase@master] bridge: use isClickable() https://gerrit.wikimedia.org/r/593548 TASK DETAIL

[Wikidata-bugs] [Maniphest] [Commented On] T246994: Selenium: Request failed due to Error: wb-ui-event-emitting-button--disabled not clickable

2020-03-06 Thread Pablo-WMDE
Pablo-WMDE added a comment. Ah. So it's this thing: https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/Wikibase/+/4317e6/client/data-bridge/tests/selenium/specs/canSave.js#53 TASK DETAIL https://phabricator.wikimedia.org/T246994 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T246994: Selenium: Request failed due to Error: wb-ui-event-emitting-button--disabled not clickable

2020-03-06 Thread Michael
Michael added a comment. That run seemed to have succeeded overall: Finished: SUCCESS The error comes from wdio itself when trying to click the disabled button to ensure it is disabled. We catch the error in the code logic and have the test pass, but we can't prevent the error