Skip to content

Commit 83de3e2

Browse files
Fix issue
1 parent a57faf2 commit 83de3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selenium/test/pageobjects/QueuesAndStreamsPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = class QueuesAndStreamsPage extends BasePage {
3131
}
3232
async ensureAddQueueSectionIsVisible() {
3333
await this.click(ADD_NEW_QUEUE_SECTION)
34-
return driver.findElement(ADD_NEW_QUEUE_SECTION).isDisplayed()
34+
return this.driver.findElement(ADD_NEW_QUEUE_SECTION).isDisplayed()
3535
}
3636
async ensureAllQueuesSectionIsVisible() {
3737
await this.click(PAGING_SECTION)

0 commit comments

Comments
 (0)