File tree Expand file tree Collapse file tree
.vortex/installer/tests/Fixtures/handler_process/_baseline/tests/behat/features Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Feature: Behat configuration
55 I want to ensure Behat is properly configured
66 So that behavioral tests can run successfully across all environments
77
8- @api
8+ @api @javascript
99 Scenario : Screenshot functionality works
1010 Given I am an anonymous user
1111 When I am on the homepage
Original file line number Diff line number Diff line change @@ -7,12 +7,14 @@ Feature: Homepage
77
88 @api
99 Scenario : Anonymous user visits homepage
10- Given I go to the homepage
11- And the path should be "<front>"
12- Then I save screenshot
10+ Given I am an anonymous user
11+ When I go to the homepage
12+ Then the path should be "<front>"
13+ And I save screenshot
1314
1415 @api @javascript
1516 Scenario : Anonymous user visits homepage using a real browser
16- Given I go to the homepage
17- And the path should be "<front>"
18- Then I save screenshot
17+ Given I am an anonymous user
18+ When I go to the homepage
19+ Then the path should be "<front>"
20+ And I save screenshot
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Feature: Behat configuration
55 I want to ensure Behat is properly configured
66 So that behavioral tests can run successfully across all environments
77
8- @api
8+ @api @javascript
99 Scenario : Screenshot functionality works
1010 Given I am an anonymous user
1111 When I am on the homepage
Original file line number Diff line number Diff line change @@ -7,12 +7,14 @@ Feature: Homepage
77
88 @api
99 Scenario : Anonymous user visits homepage
10- Given I go to the homepage
11- And the path should be "<front>"
12- Then I save screenshot
10+ Given I am an anonymous user
11+ When I go to the homepage
12+ Then the path should be "<front>"
13+ And I save screenshot
1314
1415 @api @javascript
1516 Scenario : Anonymous user visits homepage using a real browser
16- Given I go to the homepage
17- And the path should be "<front>"
18- Then I save screenshot
17+ Given I am an anonymous user
18+ When I go to the homepage
19+ Then the path should be "<front>"
20+ And I save screenshot
You can’t perform that action at this time.
0 commit comments