I can bind radio

This commit is contained in:
2025-11-07 21:28:19 +01:00
parent cc11e4edaa
commit e8ecf72205
12 changed files with 965 additions and 156 deletions

View File

@@ -94,8 +94,8 @@ class TestingBindings:
testable_input = user.find_element("input")
testable_input.check()
user.should_see("True")
user.should_see("true")
testable_input.uncheck()
user.should_see("False")
user.should_see("false")