fix clean tests
This commit is contained in:
parent
151c47672e
commit
43e6d669b5
5 changed files with 46 additions and 47 deletions
|
@ -1,8 +1,11 @@
|
|||
Feature: Custom Layout Engine
|
||||
|
||||
Scenario: Checking built folder for content
|
||||
Given a built app at "custom-layout-app"
|
||||
Then "index.html" should exist at "custom-layout-app" and include "Comment in layout"
|
||||
Given a successfully built app at "custom-layout-app"
|
||||
When I cd to "build"
|
||||
Then the following files should exist:
|
||||
| index.html |
|
||||
And the file "index.html" should contain "Comment in layout"
|
||||
|
||||
Scenario: Checking server for content
|
||||
Given the Server is running at "test-app"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue