From d7a596af806a2b07aa973c9669bbd113ebc7226f Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Thu, 10 Sep 2020 12:45:24 +0200 Subject: [PATCH] Interal - Fix installation using behat in travis --- .travis.yml | 3 ++- tests/behat/features/actionInstall.feature | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 71742633db..57693bd2ea 100755 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ matrix: include: - php: 7.2 - php: 7.3 + - php: 7.4 env: global: @@ -89,7 +90,7 @@ install: script: - cd tests/behat # - travis_wait 45 ../../vendor/behat/behat/bin/behat -v - - ../../vendor/behat/behat/bin/behat features/actionInstall.feature -v + - ../../vendor/behat/behat/bin/behat features/actionInstall.feature -vvv - cd .. - cd .. # Set to APP_ENV to test diff --git a/tests/behat/features/actionInstall.feature b/tests/behat/features/actionInstall.feature index 18d8a9b0e2..badd723eb3 100644 --- a/tests/behat/features/actionInstall.feature +++ b/tests/behat/features/actionInstall.feature @@ -13,10 +13,10 @@ Feature: Install portal Then I should see "Step4 – Database settings" Then I fill in the following: | dbUsernameForm | root | - | dbPassForm | | +# | dbPassForm | | | dbNameForm | master | Then I press "step3" - Then I should see "Database driver: pdo_mysql" + Then I should see "Database host: localhost" Then I press "step4" Then I should see "Step5 – ConfigurationSettings" Then I fill in the following: