Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui changes and user bug fixe #151

Merged
merged 33 commits into from
Nov 14, 2024
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
b4a1cb2
dev: added hexagon view to spelling bee
mrkc2303 Nov 1, 2024
8bb31c4
Merge branch 'main' into SCRUM-64
krishnacalindi Nov 1, 2024
16d3b85
Made colors dynamic
mrkc2303 Nov 2, 2024
16658a6
Made colors dynamic
mrkc2303 Nov 2, 2024
4a4f3df
letterboxed puzzle setter
AntonioRosV Nov 11, 2024
b2debaa
rspec updates and improvements
AntonioRosV Nov 11, 2024
db34380
Merge pull request #143 from tamu-edu-students/main
mrkc2303 Nov 12, 2024
716c625
automatic puzzles for letterboxed
AntonioRosV Nov 13, 2024
558e5e3
New games page UI
mrkc2303 Nov 14, 2024
c75011e
debugging session temp code
nandiniiys Nov 14, 2024
0b2fd0f
fixed the users bug
krishnacalindi Nov 14, 2024
e32d257
Made better welcome page with minor changes
mrkc2303 Nov 14, 2024
76825e4
paths on puzzle setter page
AntonioRosV Nov 14, 2024
7388006
aesthetic fix
AntonioRosV Nov 14, 2024
2ec043a
changes to UI in User profile page
mrkc2303 Nov 14, 2024
4c8e091
merge with main
mrkc2303 Nov 14, 2024
e445755
Minor fixes
mrkc2303 Nov 14, 2024
01c8627
Minor changes in cucumber senarios
mrkc2303 Nov 14, 2024
4676ab4
Fix cucumber tests
mrkc2303 Nov 14, 2024
1710a3f
fixed tests
AntonioRosV Nov 14, 2024
c012ad4
SCRUM-72-73-74-75: streamline wordle puzzle setter interface
nandiniiys Nov 13, 2024
9f5bd4e
[SCRUM-72-73-74-75] add documentation comments as per the gem yard
nandiniiys Nov 13, 2024
1bee255
add ui flow docs ofr wordle puzzle setter
nandiniiys Nov 13, 2024
d8cdc2b
SCRUM-72-73-74-75- add cucumber tests
nandiniiys Nov 13, 2024
493169e
rubocop and doc for helper
krishnacalindi Nov 13, 2024
754152f
rescues
krishnacalindi Nov 13, 2024
de54b6b
Merge pull request #148 from tamu-edu-students/SCRUM-64
krishnacalindi Nov 14, 2024
eb3da62
Merge branch 'main' into oauth-bug
krishnacalindi Nov 14, 2024
1bfacb0
Merge branch 'main' into SCRUM-76
krishnacalindi Nov 14, 2024
4eced76
Merge pull request #150 from tamu-edu-students/oauth-bug
krishnacalindi Nov 14, 2024
607c572
Merge branch 'prod' into main
krishnacalindi Nov 14, 2024
55de7a7
Merge branch 'main' into SCRUM-76
AntonioRosV Nov 14, 2024
7c844bb
Merge pull request #149 from tamu-edu-students/SCRUM-76
krishnacalindi Nov 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor changes in cucumber senarios
  • Loading branch information
mrkc2303 committed Nov 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 01c862790852f9af216c52fcf1d0f0e4029ddb0a
6 changes: 4 additions & 2 deletions features/games.feature
Original file line number Diff line number Diff line change
@@ -2,7 +2,8 @@ Feature: Main landing page

Scenario: Visiting the landing page as a guest
Given I am on the login page
Then I should see "Welcome to CSCE 606 Team Arcade's Project"
Then I should see "Arcade"
Then I should see "Created with ❤️ by CSCE 606 Team Arcade"
When I press "Login as guest"
Then I should see "Welcome, Guest!"
And I should see a list of games
@@ -13,7 +14,8 @@ Feature: Main landing page

Scenario: Visiting the landing page as a logged in user
Given I am on the login page
Then I should see "Welcome to CSCE 606 Team Arcade's Project"
Then I should see "Arcade"
Then I should see "Created with ❤️ by CSCE 606 Team Arcade"
And I should see "Login via SSO"
When I login as System Admin
Then I should see "Howdy Test!"
3 changes: 2 additions & 1 deletion features/letter_boxed.feature
Original file line number Diff line number Diff line change
@@ -3,7 +3,8 @@ Feature: Letter Boxed Game Page

Scenario: Visiting Wordle game page
Given I am on the login page
Then I should see "Welcome to CSCE 606 Team Arcade's Project"
Then I should see "Arcade"
Then I should see "Created with ❤️ by CSCE 606 Team Arcade"
When I press "Login as guest"
Then I should see "Welcome, Guest!"
And I should see a list of games
6 changes: 4 additions & 2 deletions features/login.feature
Original file line number Diff line number Diff line change
@@ -2,7 +2,8 @@ Feature: Login and Account Creation

Scenario: access Arcade as a guest user
Given I am on the login page
Then I should see "Welcome to CSCE 606 Team Arcade's Project"
Then I should see "Arcade"
Then I should see "Created with ❤️ by CSCE 606 Team Arcade"
When I press "Login as guest"
Then I should see "Welcome, Guest!"
And I should not see "You are logged in as"
@@ -13,7 +14,8 @@ Scenario: access Arcade as a guest user

Scenario: login to arcade with Google
Given I am on the login page
Then I should see "Welcome to CSCE 606 Team Arcade's Project"
Then I should see "Arcade"
Then I should see "Created with ❤️ by CSCE 606 Team Arcade"
And I should see "Login via SSO"
When I login as System Admin
Then I should see "Howdy Test!"
6 changes: 4 additions & 2 deletions features/role_management.feature
Original file line number Diff line number Diff line change
@@ -3,7 +3,8 @@ Feature: Role Management
@wip
Scenario: view all uesrs' roles
Given I am on the login page
Then I should see "Welcome to CSCE 606 Team Arcade's Project"
Then I should see "Arcade"
Then I should see "Created with ❤️ by CSCE 606 Team Arcade"
And I should see "Login with Google"
When I login as System Admin
Then I should see "Howdy Spongebob!"
@@ -18,7 +19,8 @@ Scenario: view all uesrs' roles
@wip
Scenario: change user's role
Given I am on the login page
Then I should see "Welcome to CSCE 606 Team Arcade's Project"
Then I should see "Arcade"
Then I should see "Created with ❤️ by CSCE 606 Team Arcade"
And I should see "Login with Google"
When I login as System Admin
Then I should see "Howdy Spongebob!"
3 changes: 2 additions & 1 deletion features/settings.feature
Original file line number Diff line number Diff line change
@@ -2,7 +2,8 @@ Feature: Settings

Scenario: Viewing the Settings and it is persisted
Given I am on the login page
Then I should see "Welcome to CSCE 606 Team Arcade's Project"
Then I should see "Arcade"
Then I should see "Created with ❤️ by CSCE 606 Team Arcade"
And I should see "Login via SSO"
When I login as System Admin
Then I should see "Howdy Test!"
18 changes: 12 additions & 6 deletions features/spelling_bee.feature
Original file line number Diff line number Diff line change
@@ -2,7 +2,8 @@ Feature: Spelling Bee Game Page

Scenario: Visiting Spelling Bee game page
Given I am on the login page
Then I should see "Welcome to CSCE 606 Team Arcade's Project"
Then I should see "Arcade"
Then I should see "Created with ❤️ by CSCE 606 Team Arcade"
When I press "Login as guest"
Then I should see "Welcome, Guest!"
And I should see a list of games
@@ -15,7 +16,8 @@ Feature: Spelling Bee Game Page

Scenario: Correct word
Given I am on the login page
Then I should see "Welcome to CSCE 606 Team Arcade's Project"
Then I should see "Arcade"
Then I should see "Created with ❤️ by CSCE 606 Team Arcade"
When I press "Login as guest"
Then I should see "Welcome, Guest!"
And I should see a list of games
@@ -30,7 +32,8 @@ Feature: Spelling Bee Game Page

Scenario: Not in dictionary
Given I am on the login page
Then I should see "Welcome to CSCE 606 Team Arcade's Project"
Then I should see "Arcade"
Then I should see "Created with ❤️ by CSCE 606 Team Arcade"
When I press "Login as guest"
Then I should see "Welcome, Guest!"
And I should see a list of games
@@ -45,7 +48,8 @@ Feature: Spelling Bee Game Page

Scenario: No center letter
Given I am on the login page
Then I should see "Welcome to CSCE 606 Team Arcade's Project"
Then I should see "Arcade"
Then I should see "Created with ❤️ by CSCE 606 Team Arcade"
When I press "Login as guest"
Then I should see "Welcome, Guest!"
And I should see a list of games
@@ -60,7 +64,8 @@ Feature: Spelling Bee Game Page

Scenario: Letter not in the 6 given
Given I am on the login page
Then I should see "Welcome to CSCE 606 Team Arcade's Project"
Then I should see "Arcade"
Then I should see "Created with ❤️ by CSCE 606 Team Arcade"
When I press "Login as guest"
Then I should see "Welcome, Guest!"
And I should see a list of games
@@ -75,7 +80,8 @@ Feature: Spelling Bee Game Page

Scenario: Ranks check
Given I am on the login page
Then I should see "Welcome to CSCE 606 Team Arcade's Project"
Then I should see "Arcade"
Then I should see "Created with ❤️ by CSCE 606 Team Arcade"
When I press "Login as guest"
Then I should see "Welcome, Guest!"
And I should see a list of games
3 changes: 2 additions & 1 deletion features/wordle_game.feature
Original file line number Diff line number Diff line change
@@ -2,7 +2,8 @@ Feature: Wordle Game Page

Scenario: Visiting Wordle game page
Given I am on the login page
Then I should see "Welcome to CSCE 606 Team Arcade's Project"
Then I should see "Arcade"
Then I should see "Created with ❤️ by CSCE 606 Team Arcade"
When I press "Login as guest"
Then I should see "Welcome, Guest!"
And I should see a list of games
Loading
Oops, something went wrong.