test: enable player schedule tests with match data setup #31
Reference in New Issue
Block a user
Delete Branch "bugfix/9-player-schedule-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Related to #9
Problem
Player schedule Cucumber tests were marked @wip, preventing CI from catching regressions. The
I have upcoming matches in my schedulestep was a placeholder that didn't create test data.Changes
I have upcoming matches in my schedulestep to create:I should see the match dateI should see my opponent's nameI should see my partner's nameI should see the tournament nameTest Status
Remaining Work for #9
To fully close Issue #9:
98e7b5c462to493ae0cf71PR Update - Commits Pushed
This PR received commit:
fix: make player schedule matches clickable links to match detail pageChanges:
<Link href="/matches/{match.id}">Test Status:
Superseded - changes were merged directly to main. Closing.
Pull request closed