test and validate signup with dispersable keypad and login with non-dispersable keypad
This commit is contained in:
@@ -26,7 +26,7 @@ def test_shuffle_attrs(user_interface):
|
||||
- the order in which the attributes move from key to key is random (i.e. the distance traveled is uniform)
|
||||
"""
|
||||
pre_shuffle_interface = user_interface.interface
|
||||
user_interface.shuffle_interface()
|
||||
user_interface.partial_interface_shuffle()
|
||||
post_shuffle_interface = user_interface.interface
|
||||
for i in range(1000):
|
||||
assert (not all(
|
||||
|
||||
Reference in New Issue
Block a user