fixed testing

This commit is contained in:
Beverly Nguyen
2024-12-18 15:30:48 -08:00
parent 1df019e78c
commit 1e261fd353
4 changed files with 7 additions and 5 deletions

View File

@@ -175,7 +175,7 @@ def test_should_show_empty_text_box(
# shouldnt also be set on the textbox itself
assert "data-module" not in textbox
assert (
normalize_spaces(page.select_one("label[for=placeholder_value]").text) == "one"
normalize_spaces(page.select_one("label[for=phone-number]").text) == "one"
)