We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4bf45f commit 6bd67b1Copy full SHA for 6bd67b1
selenium/test/pageobjects/BasePage.js
@@ -152,16 +152,6 @@ module.exports = class BasePage {
152
} catch(e) {
153
return Promise.resolve(false)
154
}
155
- /*
156
- let element = await driver.findElement(FORM_POPUP)
157
- return this.driver.wait(until.elementIsVisible(element), this.timeout / 2,
158
- 'Timed out after [timeout=' + this.timeout + ';polling=' + this.polling + '] awaiting till visible ' + element,
159
- this.polling / 2).then(function onWarningVisible(e) {
160
- return Promise.resolve(true)
161
- }, function onError(e) {
162
- return Promise.resolve(false)
163
- })
164
- */
165
166
167
async isPopupWarningNotDisplayed() {
0 commit comments