mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-31 16:17:07 -05:00
Ports the trophies feature's seeding and tests to the new factory setup: - TrophyFactory for trophies and pending submissions, TournamentFactory awarding a tournament's trophy prize to its winner on finalization - dev/trophies.ts replacing the hand-written trophy rows of the old seed, with trophy prizes attached to the dev tournaments - TrophyRepository tests built from factories instead of raw inserts - trophies e2e spec seeding its own data through factories and driving the pages through page objects |
||
|---|---|---|
| .. | ||
| fixtures | ||
| helpers | ||
| pages | ||
| analyzer.spec.ts | ||
| api-public.spec.ts | ||
| art.spec.ts | ||
| associations.spec.ts | ||
| badges.spec.ts | ||
| ban.spec.ts | ||
| builds.spec.ts | ||
| calendar.spec.ts | ||
| comp-analyzer.spec.ts | ||
| events.spec.ts | ||
| friends.spec.ts | ||
| global-search.spec.ts | ||
| global-setup.ts | ||
| global-teardown.ts | ||
| lfg.spec.ts | ||
| navigation.spec.ts | ||
| object-damage-calculator.spec.ts | ||
| org.spec.ts | ||
| params.spec.ts | ||
| scrims.spec.ts | ||
| sendouq-match.spec.ts | ||
| sendouq.spec.ts | ||
| settings.spec.ts | ||
| team.spec.ts | ||
| tier-list-maker.spec.ts | ||
| top-search.spec.ts | ||
| tournament-ab-divisions.spec.ts | ||
| tournament-admin.spec.ts | ||
| tournament-bracket.spec.ts | ||
| tournament-staff.spec.ts | ||
| tournament-streams.spec.ts | ||
| tournament-tiers.spec.ts | ||
| tournament.spec.ts | ||
| trophies.spec.ts | ||
| user-card.spec.ts | ||
| user-page.spec.ts | ||
| user-report.spec.ts | ||
| vods.spec.ts | ||
| welcome.spec.ts | ||