refactoring integration tests

This commit is contained in:
2025-10-16 22:46:49 +02:00
parent ef88d2925e
commit a406440126
10 changed files with 314 additions and 233 deletions

View 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']"