We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d3664 commit d018ea2Copy full SHA for d018ea2
setup/01-manual_testing.py
@@ -31,7 +31,7 @@ def check_content():
31
is_username = True
32
if "password" in lowered_line:
33
is_password = True
34
- if "click" in lowered_line or "login" in lowered_line:
+ if re.search("(log ?in)|button", lowered_line):
35
is_login = True
36
if "welcome" in lowered_line:
37
is_welcome = True
0 commit comments