openstax / os-automation

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

Web - Research <C210451> Alumni researchers, current team members, and external collaborators are presented by group #304

Closed gregfitch closed 5 years ago

gregfitch commented 6 years ago

Case Number: C210451

Section: Web > Research

Important URLs:

/research

User story

Alumni researchers, current team members, and external collaborators are presented by group

Preconditions

  1. Viewing the research page

Manual steps

  1. Click on the "Alumni" tab
  2. Click on the "Current members" tab
  3. Click on the "External collaborators" tab

Expected result

  1. Past researchers are shown
  2. Current research team members are shown
  3. External collaborators are shown

G/W/T

    # GIVEN: a user viewing the research page

    # WHEN: they click on the "Alumni" tab

    # THEN: previous researchers are displayed

    # WHEN: they click on the "Current members" tab

    # THEN: current researchers are displayed

    # WHEN: they click on the "External collaborators" tab

    # THEN: non-OpenStax researchers are displayed
gregfitch commented 5 years ago

342