I can bind radio
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user