Explorar o código

bump php version

Girish Ramakrishnan %!s(int64=7) %!d(string=hai) anos
pai
achega
fe02b1a632
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -58,7 +58,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.18-0ubuntu0.16.04.1"]'), callback);
+            waitForElement(by.xpath('//*[text()="PHP Version 7.0.22-0ubuntu0.16.04.1"]'), callback);
         });
     }