feat: add master test
All checks were successful
it-academy/dry-wash-pl/pipeline/pr-main This commit looks good
it-academy/dry-wash-pl/pipeline/head This commit looks good

This commit is contained in:
2025-02-16 11:31:26 +03:00
parent 56f65fbd3a
commit a616d3815b
5 changed files with 115 additions and 178 deletions

View File

@@ -6,7 +6,7 @@ test.beforeEach('check server is up', async ({ page }) => {
const makeOrderText = page.getByText('Сделать заказ', { exact: true });
await expect(makeOrderText).toBeVisible();
} catch (error) {
console.error('server not up');
console.error('server not up', error);
test.skip();
}
});