|
|
|
@ -6,18 +6,22 @@ class VerifyLoad extends EventEmitter { |
|
|
|
|
browser.waitForElementPresent({ |
|
|
|
|
selector: "//span[@data-id='typesloaded']", |
|
|
|
|
locateStrategy: 'xpath', |
|
|
|
|
timeout: 60000 |
|
|
|
|
}) |
|
|
|
|
.waitForElementPresent({ |
|
|
|
|
selector: "//span[@data-id='editorloaded']", |
|
|
|
|
locateStrategy: 'xpath', |
|
|
|
|
timeout: 60000 |
|
|
|
|
}) |
|
|
|
|
.waitForElementPresent({ |
|
|
|
|
selector: "//span[@data-id='workspaceloaded']", |
|
|
|
|
locateStrategy: 'xpath', |
|
|
|
|
timeout: 60000 |
|
|
|
|
}) |
|
|
|
|
.waitForElementPresent({ |
|
|
|
|
selector: "//span[@data-id='apploaded']", |
|
|
|
|
locateStrategy: 'xpath', |
|
|
|
|
timeout: 60000 |
|
|
|
|
}) |
|
|
|
|
.perform((done) => { |
|
|
|
|
done() |
|
|
|
|