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 8a248ef commit 447effdCopy full SHA for 447effd
deps/rabbitmq_management/selenium/test/pageobjects/BasePage.js
@@ -156,7 +156,6 @@ module.exports = class BasePage {
156
'Timed out after [timeout=' + this.timeout + ';polling=' + this.polling + '] awaiting till visible ' + element,
157
this.polling / 2)
158
}catch(error) {
159
- console.log("isDisplayed(" + locator + "). Error:" + error)
160
return Promise.resolve(false)
161
}
162
0 commit comments