mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Fixed Behat tests for preview feature
This commit is contained in:
parent
a9004b9978
commit
084acc0fbd
@ -11,7 +11,7 @@ Feature: Preview a page
|
|||||||
Then I should see "About Us" in CMS Tree
|
Then I should see "About Us" in CMS Tree
|
||||||
|
|
||||||
When I follow "About Us"
|
When I follow "About Us"
|
||||||
And I press the "Preview »" button
|
And I set the CMS mode to "Preview mode"
|
||||||
Then I can see the preview panel
|
Then I can see the preview panel
|
||||||
And the preview contains "About Us"
|
And the preview contains "About Us"
|
||||||
|
|
||||||
@ -27,15 +27,15 @@ Feature: Preview a page
|
|||||||
When I follow "About Us"
|
When I follow "About Us"
|
||||||
And I fill in the "Content" HTML field with "my new content"
|
And I fill in the "Content" HTML field with "my new content"
|
||||||
And I press the "Save Draft" button
|
And I press the "Save Draft" button
|
||||||
And I press the "Preview »" button
|
And I set the CMS mode to "Preview mode"
|
||||||
|
|
||||||
When I follow "Published Site"
|
When I switch the preview to "Published"
|
||||||
Then the preview does not contain "my new content"
|
Then the preview does not contain "my new content"
|
||||||
And the preview contains "You can fill"
|
And the preview contains "You can fill"
|
||||||
|
|
||||||
When I follow "Draft Site"
|
When I switch the preview to "Draft"
|
||||||
Then the preview does not contain "You can fill"
|
Then the preview does not contain "You can fill"
|
||||||
And the preview contains "my new content"
|
And the preview contains "my new content"
|
||||||
|
|
||||||
When I press the "« Edit" button
|
And I set the CMS mode to "Edit mode"
|
||||||
Then I should see an edit page form
|
Then I should see an edit page form
|
Loading…
Reference in New Issue
Block a user