Skip to content

Commit 2bbf60d

Browse files
committed
CI: Fix install feature - refs #7149
1 parent eedbd0e commit 2bbf60d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/behat/features/actionInstall.feature

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ Feature: Install portal
1515
| dbUsernameForm | root |
1616
| dbPassForm | root |
1717
| dbNameForm | master |
18-
Then I press "step3"
19-
Then I should see "Database driver"
20-
Then I should see "pdo_mysql"
2118
Then I press "step4"
22-
Then I should see "Step 5"
19+
Then I should see "Step 5 - Configuration settings"
2320
Then I fill in the following:
2421
| passForm | admin |
2522
| emailForm | admin@example.com |
23+
| mailerDsn | null://null |
24+
| mailerFromEmail | noreply@example.com |
25+
| mailerFromName | Chamilo Behat install |
2626
Then I press "step5"
27-
Then I should see "Last check before install"
27+
Then I should see "Step 6 - Last check before install"
2828
Then wait the page to be loaded when ready
2929
Then I press "button_step6"
3030
Then wait the page to be loaded when ready

0 commit comments

Comments
 (0)