Skip to content

Commit d49ba4b

Browse files
test: Correct RESET_BUTTON_SELECTOR in US07Tests to match actual selector
1 parent af785ae commit d49ba4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/us7.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class US07Tests(unittest.TestCase):
3737

3838
# Placeholder for reset button - User Story 07
3939
# The selenium-test-dev.md does not specify a selector. Common patterns: id="reset-button", text "Reiniciar", type="reset"
40-
RESET_BUTTON_SELECTOR = "button#reset-form-button" # Update this with the actual selector
40+
RESET_BUTTON_SELECTOR = "button.home__reset-button" # Corrected selector
4141

4242
# Selectors needed for setting up scenarios (from US05, though not directly tested here)
4343
SETTINGS_NAV_BUTTON_XPATH = "//button[contains(@class, 'nav-bar__button') and .//span[contains(@class, 'settings-icon')]/svg[contains(@class, 'lucide-settings')]]"

0 commit comments

Comments
 (0)