Girish Ramakrishnan 8 rokov pred
rodič
commit
75efd8f2d3
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -55,7 +55,7 @@ describe('Application life cycle test', function () {
         browser.get('https://' + app.fqdn);
 
         waitForElement(by.xpath('//*[text()="Cloudron LAMP App"]'), function () {
-            waitForElement(by.xpath('//*[text()="PHP Version 7.0.15-0ubuntu0.16.04.2"]'), callback);
+            waitForElement(by.xpath('//*[text()="PHP Version 7.0.15-0ubuntu0.16.04.4"]'), callback);
         });
     }