You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to provide users with a way to view the game catalog prior to starting an arena so they can browse which games are available. The purpose of this ticket is to add an About link in the header and create a page that displays all games.
Mockup:
Scenario: Add About to Nav
Given I am a user
When I am on the Game Box website
Then I see About in the nav
And it links to a new page /about
Scenario: About Page
Given I am a user
When I am on the About page
Then there is a section to explain what Game Box is
And I can view the game cards
And I can click to view the game details
Scenario: Game Catalog Details Page
Given I am a user
When I click on a game from the About page
Then I can view the game details page
And I see the following:
Game Name
Game Description
Credits
And I can click a button to Join/Start an Arena
The text was updated successfully, but these errors were encountered:
Background
We would like to provide users with a way to view the game catalog prior to starting an arena so they can browse which games are available. The purpose of this ticket is to add an About link in the header and create a page that displays all games.
Mockup:
Scenario: Add About to Nav
Given I am a user
/about
Scenario: About Page
Given I am a user
Scenario: Game Catalog Details Page
Given I am a user
The text was updated successfully, but these errors were encountered: