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
Users who are coming to Game Box to host/play games do not need to sign in to Github. In order to eliminate confusion, it was requested that we remove the Github sign-in link from the navigation. The purpose of this ticket is to revert the link back to Upload Game and have a sign in page that you are directed to when you're not logged in if you attempt to go to the Upload Game screen.
Scenario: Change Sign in with Github to Upload Game
Given I am a user
When I am viewing the nav
Then Sign in with Github is removed
And I see Upload Game
Scenario: Upload Game goes to Sign in with Github
Given I am a user
When I click Upload Game
Then I am take to the Sign In page
And I see the following instructions:
To upload a game, you must first sign in through Github. Click the link below to authorize GameBox.
And I can click a link to Sign in with Github
The text was updated successfully, but these errors were encountered:
Background
Users who are coming to Game Box to host/play games do not need to sign in to Github. In order to eliminate confusion, it was requested that we remove the Github sign-in link from the navigation. The purpose of this ticket is to revert the link back to Upload Game and have a sign in page that you are directed to when you're not logged in if you attempt to go to the Upload Game screen.
Scenario: Change Sign in with Github to Upload Game
Given I am a user
Scenario: Upload Game goes to Sign in with Github
Given I am a user
The text was updated successfully, but these errors were encountered: