Skip to content

Commit

Permalink
wait for button to be clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Apr 21, 2021
1 parent c8af844 commit 3382641
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ module.exports = {
.waitForAnimationToFinish()
.clearValue('@dialogInput')
.setValue('@dialogInput', toName)
.waitForAnimationToFinish()
.click('@dialogConfirmBtn')
.useCss()

Expand Down

0 comments on commit 3382641

Please sign in to comment.