Добавил LoginPage,а также позитивные UI, API тесты для авторизации пользователя

This commit is contained in:
Vlad Smykov
2026-01-29 14:36:41 +03:00
parent 018edfebbf
commit 257a53c97e
5 changed files with 76 additions and 0 deletions

8
fixtures/users.ts Normal file
View File

@@ -0,0 +1,8 @@
// fixtures/users.ts
export const testUsers = {
applicant: {
login: 'autotestapplicant',
password: '!Test123456',
id: '85d99f9f-1abd-45e8-a952-8da45ee7e63f',
},
};