followup task from T398984
There's a hardcoded browser.pause in inputDropdown.js because "String equality" is taking longer to load. This task is to wait on the correct element to load and remove the hardcoded pause.
followup task from T398984
There's a hardcoded browser.pause in inputDropdown.js because "String equality" is taking longer to load. This task is to wait on the correct element to load and remove the hardcoded pause.
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| selenium: Changing comment to reflect a bug | mediawiki/extensions/WikiLambda | master | +1 -1 |
Change #1224176 had a related patch set uploaded (by Vaughn Walters; author: Vaughn Walters):
[mediawiki/extensions/WikiLambda@master] selenium: Changing comment to reflect a bug
This hardcoded pause needs to stay in the selenium test code for now. I created T414022 to address what is causing the hardcoded pause to be needed and all I am doing in this ticket for now is adding a comment in the selenium code to reflect T414022. Once that ticket is resolved, we will be able to remove the hardcoded pause.
Change #1224176 merged by jenkins-bot:
[mediawiki/extensions/WikiLambda@master] selenium: Changing comment to reflect a bug