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 <C210475> Mobile users are presented a drop down menu covering the page sections #299

Closed gregfitch closed 5 years ago

gregfitch commented 6 years ago

Case Number: C210475

Section: Web > Press

Important URLs:

/press /press/

User story

Mobile users are presented a drop down menu covering the page sections

Preconditions

  1. Viewing the press page
  2. The browser window width is 600 pixels or less

Manual steps

  1. Click on the "In the news" pull down menu and select "News mentions"
  2. Click on the "In the news" pull down menu and select "Press inquiries"
  3. Click on the "In the news" pull down menu and select "Booking"

Expected result

  1. 10 press releases are displayed without a blurb
  2. 10 news mentions are shown
  3. Contact information, social media accounts, and the press kit download are shown
  4. 3 expert speaker tiles are shown

G/W/T

    # GIVEN: a user viewing the press page
    # AND:  the screen is 600 pixels wide

    # WHEN:

    # THEN: ten press releases are displayed
    # AND:  the press release blurbs are not displayed

    # WHEN: they click on the "In the news" pull down menu
    # AND:  select the "News mentions" option

    # THEN: ten news mentions are displayed

    # WHEN: they click on the "In the news" pull down menu
    # AND:  select the "Press inquiries" option

    # THEN: contact information, social media accounts, and the press kit download are displayed

    # WHEN: they click on the "In the news" pull down menu
    # AND:  select the "Booking" option

    # THEN: expert speakers are displayed
gregfitch commented 5 years ago

344