ohif-viewer/LesionTracker/tests/nightwatch/commands/waitForPage.js
2016-01-26 17:57:50 +01:00

8 lines
142 B
JavaScript

exports.command = function(pageId) {
this
.waitForElementVisible(pageId, 3000)
return this; // allows the command to be chained.
};