Feature: Rankings Page As a visitor I want to view player rankings So that I can see top players and their statistics @happy-path @public @rankings Scenario: Rankings page loads and displays rankings table When I go to the rankings page Then I should see "Player Rankings" in the page heading And I should see a rankings table @happy-path @public @rankings Scenario: Rankings table displays player columns When I go to the rankings page Then I should see a rankings table with columns And the table should have column headers @happy-path @public @rankings Scenario: Rankings page is publicly accessible (no login required) Given I am not logged in When I go to the rankings page Then I should be on the rankings page And I should see the rankings table