Files
core/tests/behat/setcontent.feature
T
2019-10-22 12:20:21 +02:00

15 lines
601 B
Gherkin

Feature: Setcontent
@javascript
Scenario: As a user I want to see the results of Setcontent
When I am on "/page/setcontent-test-page"
Then I should see "yes" in the "#results-one" element
And I should see "yes" in the "#results-two" element
And I should see "yes" in the "#results-four" element
And I should see "yes" in the "#results-five" element
And I should see "yes" in the "#results-six" element
Then I should see "2" in the "#three .s1" element
And I should see "published" in the "#three .s2" element
And I should not see "[no]" in the "body" element