Page MenuHomePhabricator

Remove hardcoded pause in InputDropdown.js
Closed, ResolvedPublic

Description

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.

Event Timeline

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

https://gerrit.wikimedia.org/r/1224176

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

https://gerrit.wikimedia.org/r/1224176

vaughnwalters moved this task from In Code Review to Done on the QS-Test-Automation board.

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.

Marking this as done based on the above