Simplify test
This commit is contained in:
parent
d42154e6be
commit
559c4de0dd
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@ module.exports = {
|
||||||
'Welcome page loads' : function (browser) {
|
'Welcome page loads' : function (browser) {
|
||||||
browser
|
browser
|
||||||
.url('http://localhost:5050')
|
.url('http://localhost:5050')
|
||||||
.waitForElementVisible('#initial-setup-page', 1000);
|
.waitForElementVisible('body', 1000);
|
||||||
browser.expect.element("#initial-setup-page h2").text.to.contain("Welcome to Polaris");
|
|
||||||
browser.end();
|
browser.end();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue