Skip to content

Commit

Permalink
Fix meeting leave tests
Browse files Browse the repository at this point in the history
  • Loading branch information
katayal committed Dec 30, 2019
1 parent 98e040d commit 7357a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/js/pages/AppPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ class AppPage {
}

async leaveTheMeeting() {
let meetingEndButtom = await this.driver.findElement(elements.meetingEndButtom);
await meetingEndButtom.click();
let meetingLeaveButton = await this.driver.findElement(elements.meetingLeaveButton);
await meetingLeaveButton.click();
}

async clickScreenShareButton() {
Expand Down

0 comments on commit 7357a7e

Please sign in to comment.