I can bind select
This commit is contained in:
@@ -54,5 +54,5 @@ def test_i_can_send_values(test_client, rt):
|
||||
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")
|
||||
element = test_client.find_input("Username")
|
||||
assert False
|
||||
Reference in New Issue
Block a user