We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160d26c commit ea341a4Copy full SHA for ea341a4
features/site.feature
@@ -26,7 +26,7 @@ Feature: Site Command
26
"""
27
28
Scenario: Create html site successfully
29
- When I run 'sudo bin/ee site create site.test --html'
+ When I run 'sudo bin/ee site create site.test --type=html'
30
Then The site 'site.test' should have webroot
31
And The site 'site.test' should have WordPress
32
And Request on 'site.test' should contain following headers:
0 commit comments