You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.2 KiB
34 lines
1.2 KiB
@administration
|
|
Feature: Install portal
|
|
|
|
Scenario: Installation process
|
|
Given I am on "/main/install/index.php"
|
|
Then I should see "Step1 – Installation Language"
|
|
Then I press "Next"
|
|
Then I should see "Step2 – Requirements"
|
|
Then I press "New installation"
|
|
Then I should see "Step3 – Licence"
|
|
Then I check the "accept_licence" radio button
|
|
Then I press "license-next"
|
|
Then I should see "Step4 – Database settings"
|
|
Then I fill in the following:
|
|
| dbUsernameForm | root |
|
|
| dbPassForm | root |
|
|
| dbNameForm | master |
|
|
Then I press "step3"
|
|
Then I should see "Database driver: pdo_mysql"
|
|
Then I press "step4"
|
|
Then I should see "Step5"
|
|
Then I fill in the following:
|
|
| passForm | admin |
|
|
| emailForm | admin@example.com |
|
|
Then I press "step5"
|
|
Then I should see "Last check before install"
|
|
Then wait the page to be loaded when ready
|
|
Then I press "button_step6"
|
|
Then wait the page to be loaded when ready
|
|
Then wait the page to be loaded when ready
|
|
Then wait the page to be loaded when ready
|
|
Then I should see "Step7"
|
|
Then I should see "Go to your newly created portal"
|
|
|
|
|