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 a57faf2 commit 83de3e2Copy full SHA for 83de3e2
selenium/test/pageobjects/QueuesAndStreamsPage.js
@@ -31,7 +31,7 @@ module.exports = class QueuesAndStreamsPage extends BasePage {
31
}
32
async ensureAddQueueSectionIsVisible() {
33
await this.click(ADD_NEW_QUEUE_SECTION)
34
- return driver.findElement(ADD_NEW_QUEUE_SECTION).isDisplayed()
+ return this.driver.findElement(ADD_NEW_QUEUE_SECTION).isDisplayed()
35
36
async ensureAllQueuesSectionIsVisible() {
37
await this.click(PAGING_SECTION)
0 commit comments