mediawiki-extensions-Relate.../tests/browser/features/read_more.feature
Baha 9932fee563 Add browser tests for ReadMore
Change-Id: Ia1f628b4f2e1af7d33dc6779a139c2800be82964
2015-12-04 15:43:45 +05:00

31 lines
1.1 KiB
Gherkin

@staging @integration
Feature: ReadMore
Background:
Given RelatedArticles test pages are installed
Scenario: ReadMore is not present in minerva stable
Given I am using the mobile site
And I am on the "Related Articles 1" page
And page has fully loaded without ReadMore code
Then I must not see ReadMore
Scenario: ReadMore is present in minerva beta
Given I am using the mobile site
And I am in mobile beta mode
And I am on the "Related Articles 1" page
And page has fully loaded with ReadMore code
Then I must see ReadMore
And ReadMore must have three cards
Scenario: ReadMore is not present when disabled as a BetaFeature
Given I am on the "Related Articles 1" page
And page has fully loaded without ReadMore code
Then I must not see ReadMore
Scenario: ReadMore is present when enabled as a BetaFeature
Given I am logged into the website
And ReadMore is enabled as a beta feature
And I am on the "Related Articles 1" page
And page has fully loaded with ReadMore code
Then I must see ReadMore