|
@@ -85,7 +85,7 @@ describe('Application life cycle test', function () {
|
|
|
|
|
|
function checkPost(done) {
|
|
|
browser.get('https://' + app.fqdn);
|
|
|
- browser.wait(until.elementLocated(by.xpath('//h2/a[text()="Hello Cloudron!"]')), TIMEOUT).then(function () { done(); });
|
|
|
+ browser.wait(until.elementLocated(by.xpath('//h3/a[text()="Hello Cloudron!"]')), TIMEOUT).then(function () { done(); });
|
|
|
}
|
|
|
|
|
|
xit('build app', function () {
|