refactoring integration tests
This commit is contained in:
4
tests/e2e/e2e_constants.py
Normal file
4
tests/e2e/e2e_constants.py
Normal file
@@ -0,0 +1,4 @@
|
||||
class Login:
|
||||
email = ["input[type='email']", "input[name='email']"]
|
||||
password = ["input[type='password']", "input[name='password']"]
|
||||
submit = "button[type='submit']"
|
||||
Reference in New Issue
Block a user