I can bind radio
This commit is contained in:
@@ -49,3 +49,10 @@ def test_i_can_send_values(test_client, rt):
|
||||
input_elt.send("another name")
|
||||
|
||||
assert test_client.get_content() == "Input received username='another name'"
|
||||
|
||||
|
||||
def i_can_find_input_by_name(test_client):
|
||||
html = '''<label for="uid">Username</label><input id="uid" name="username" value="john_doe" />'''
|
||||
|
||||
test_client.find_input("username")
|
||||
assert False
|
||||
Reference in New Issue
Block a user