Skip to content

Commit

Permalink
remove changes in wdio
Browse files Browse the repository at this point in the history
  • Loading branch information
tsanislavgatev committed Feb 9, 2021
1 parent 56d106e commit ecc05a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tools/components-package/wdio.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ exports.config = {
];
if (waitFor.includes(commandName)) {
browser.executeAsync(function (done) {
window.RenderScheduler.whenFinished().then(done);
window["sap-ui-webcomponents-bundle"].whenFinished().then(done);
});
}
},
Expand Down Expand Up @@ -304,7 +304,7 @@ exports.config = {
];
if (waitFor.includes(commandName)) {
browser.executeAsync(function (done) {
window.RenderScheduler.whenFinished().then(done);
window["sap-ui-webcomponents-bundle"].whenFinished().then(done);
});
}
},
Expand Down

0 comments on commit ecc05a2

Please sign in to comment.