openstax / os-automation

Page object testing for OpenStax products
https://openstax.org/
Mozilla Public License 2.0
2 stars 0 forks source link

Web - Press <C210471> The ten most recent news mentions are displayed, more news articles are available, and selecting an article opens the full story on the news site in a new tab #295

Closed gregfitch closed 5 years ago

gregfitch commented 6 years ago

Case Number: C210471

Section: Web > Press

Important URLs:

/press /press/

User story

The ten most recent news mentions are displayed, more news articles are available, and selecting an article opens the full story on the news site in a new tab

Preconditions

  1. Viewing the press page

Manual steps

  1. Scroll to the news mentions section
  2. Click on the "Older" link in the news section
  3. Click on the "Newer" link in the news section
  4. Click on a news article title

Expected result

  1. 10 news mentions of OpenStax are shown and have a host logo, the publishing entity, date, and title
  2. Older news mentions are shown
  3. The 10 newest mentions are shown again
  4. The full news article on the publisher's site is loaded in a new tab

G/W/T

    # GIVEN: a user viewing the press page

    # WHEN:

    # THEN: ten news mentions are displayed
    # AND:  the mentions have a host icon, host, date, and title

    # WHEN: they click on the "Older" link

    # THEN: older news mentions are displayed

    # WHEN: they click on the "Newer" link

    # THEN: the original news mentions are displayed

    # WHEN: they click on a news article title

    # THEN: the full article is displayed on the host company's site in a new tab
gregfitch commented 5 years ago

344