openstax / os-automation

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

Web - Team <C210459> Mobile users are presented bars #317

Closed gregfitch closed 5 years ago

gregfitch commented 6 years ago

Case Number: C210459

Section: Web > Team

Important URLs:

/team

User story

Mobile users are presented bars

Preconditions

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

Manual steps

  1. Click on the "OpenStax Team" bar
  2. Click on the "OpenStax Team" bar again
  3. Click on the "Strategic Advisors" bar
  4. Click on the "Strategic Advisors" bar again
  5. Click on the "Faculty Advisory Board" bar
  6. Click on the "Faculty Advisory Board" bar again

Expected result

  1. Team member photo tiles are shown
  2. The team member list is closed
  3. Advisor tiles are shown
  4. The advisor list is closed
  5. Board member photo tiles are shown
  6. The board list is closed

G/W/T

    # GIVEN: a user viewing the team page
    # AND:  the screen width is 600 pixels

    # WHEN: they click on the "OpenStax Team" bar

    # THEN: the team member tiles are displayed

    # WHEN: they click on the "OpenStax Team" bar

    # THEN: the team member section is closed

    # WHEN: they click on the "Strategic Advisors" bar

    # THEN: the advisor tiles are displayed

    # WHEN: they click on the "Strategic Advisors" bar

    # THEN: the advisors section is closed

    # WHEN: they click on the "Faculty Advisory Board" bar

    # THEN: the board member tiles are displayed

    # WHEN: they click on the "Faculty Advisory Board" bar

    # THEN: the board section is closed
gregfitch commented 5 years ago

341