Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit 3da4b28

Browse files
Update behat installer tests for lightning.
1 parent bff3561 commit 3da4b28

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tests/installer-features/installer.feature

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ Feature: Installer
1111
Scenario: Language selection
1212
Given I am on "/core/installer"
1313
And I press "Save and continue"
14-
Then I should see "Select an installation profile"
15-
16-
Scenario: Profile selection
17-
Given I am on "/core/install.php?langcode=en"
18-
And I press "Save and continue"
1914
And I wait for the progress bar to finish
2015
Then I should see "Site name"
2116

@@ -28,5 +23,8 @@ Feature: Installer
2823
And I enter the value of the env var "ADMIN_PASSWORD" for "edit-account-pass-pass2"
2924
And I enter "[email protected]" for "edit-account-mail"
3025
And I press "Save and continue"
26+
Then I should see "You can choose to disable some of Lightning's functionality"
27+
And I press "Continue"
28+
And I wait for the progress bar to finish
3129
And I visit "/"
3230
Then I should see "Welcome to Example Dot Com"

0 commit comments

Comments
 (0)