Explorar el Código

h2 became h3 (in a patch release!)

Girish Ramakrishnan hace 8 años
padre
commit
5daa7780b0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -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 () {