Добавил LoginPage,а также позитивные UI, API тесты для авторизации пользователя
This commit is contained in:
8
fixtures/users.ts
Normal file
8
fixtures/users.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// fixtures/users.ts
|
||||
export const testUsers = {
|
||||
applicant: {
|
||||
login: 'autotestapplicant',
|
||||
password: '!Test123456',
|
||||
id: '85d99f9f-1abd-45e8-a952-8da45ee7e63f',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user