Skip to content

Commit 577a3ee

Browse files
committed
chore(site): remove reload and enable site test scenarios
1 parent 01454fb commit 577a3ee

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

features/site.feature

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -66,27 +66,6 @@ Feature: Site Command
6666
or run `ee site reload` from inside the site folder.
6767
"""
6868

69-
Scenario: Reload site services
70-
When I run 'bin/ee site reload php.test'
71-
Then STDERR should return something like
72-
"""
73-
Error: Site php.test is not enabled. Use `ee site enable php.test` to enable it.
74-
"""
75-
76-
Scenario: Enable the site
77-
When I run 'bin/ee site enable php.test'
78-
Then STDOUT should return exactly
79-
"""
80-
Enabling site php.test.
81-
Success: Site php.test enabled.
82-
Running post enable configurations.
83-
Starting site's services.
84-
Success: Post enable configurations complete.
85-
"""
86-
And Request on 'php.test' should contain following headers:
87-
| header |
88-
| HTTP/1.1 200 OK |
89-
9069
Scenario: Check site info sub command is present
9170
When I run 'bin/ee site info'
9271
Then STDERR should return something like

0 commit comments

Comments
 (0)