code review feedback

This commit is contained in:
Kenneth Kehl
2025-01-29 13:22:22 -08:00
44 changed files with 981 additions and 2081 deletions

View File

@@ -174,7 +174,10 @@ def test_should_show_empty_text_box(
# data-module=autofocus is set on a containing element so it
# shouldnt also be set on the textbox itself
assert "data-module" not in textbox
assert normalize_spaces(page.select_one("label[for=phone-number]").text) == "one"
assert (
normalize_spaces(page.select_one("label[for=placeholder_value]").text) == "one"
)
def test_should_prefill_answers_for_get_tour_step(