Skip to content

Commit

Permalink
Added ajax call wait after confirm file overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranparajuli589 committed Jun 1, 2020
1 parent 7f2933d commit bcbf5c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/acceptance/pageObjects/filesPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ module.exports = {
.waitForElementNotVisible('@newFolderButton')
.click('@dialogConfirmBtn')
.waitForElementNotPresent('@dialog')
.waitForAjaxCallsToStartAndFinish()
)
},
triesToCreateExistingFile: function(fileName) {
Expand Down

0 comments on commit bcbf5c6

Please sign in to comment.