Skip to content

Commit

Permalink
Merge branch '1.12' into 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Apr 23, 2023
2 parents fe95ac9 + 87df85b commit ea47497
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/Behat/features/view-a-version.feature
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,14 @@ Feature: View a version
And I wait for 3 seconds until I see the "#Form_versionForm" element
Then I should see an "#Form_versionForm_Title[readonly]" element
And I should see an "#Form_versionForm_URLSegment[readonly]" element

Scenario: Show page published status
When I go to "/admin/pages"
And I click on "Home" in the tree
And I fill in "<p>lorem</p>" for the "Content" HTML field
And I press the "Save" button
And I fill in "<p>ipsum</p>" for the "Content" HTML field
And I press the "Publish" button
And I click on "History" in the header tabs
Then I should see "Saved"
And I should see "Published"

0 comments on commit ea47497

Please sign in to comment.