diff --git a/e2e/test_widgets_e2e.py b/e2e/test_widgets_e2e.py index ae328e7..19fece8 100644 --- a/e2e/test_widgets_e2e.py +++ b/e2e/test_widgets_e2e.py @@ -147,3 +147,28 @@ def test_add_purchase_related_game_is_flat_game_search( related = page.locator('[data-search-select][data-name="related_game"]') expect(related).to_have_count(1) expect(related).to_have_attribute("data-search-url", "/api/games/search") + + +def test_add_game_syncs_sort_name_from_name(authenticated_page: Page, live_server): + """Typing into Name live-fills Sort name (sync bound to the add form, not + the navbar logout form which is the first