Initialize GUI fixed
This commit is contained in:
@@ -202,8 +202,9 @@ test.describe('I. Core & Authentication', () => {
|
||||
|
||||
// Fill data
|
||||
await page.getByLabel(/Birth Date|Дата рожд./i).fill('1990-01-01');
|
||||
await page.keyboard.press('Enter');
|
||||
await page.getByLabel(/Height|Рост/i).fill('180');
|
||||
await page.getByLabel(/Weight|Мой вес/i).fill('80');
|
||||
await page.getByLabel(/Bodyweight|Вес тела/i).fill('80');
|
||||
await page.getByLabel(/Gender|Пол/i).selectOption('MALE');
|
||||
|
||||
await page.getByRole('button', { name: /Get Started|Начать работу/i }).click();
|
||||
|
||||
Reference in New Issue
Block a user