From e306645d5977747deac1e085fa4bf28510e64e54 Mon Sep 17 00:00:00 2001 From: Untone Date: Fri, 4 Oct 2024 11:23:19 +0300 Subject: [PATCH] linted-cleaner --- tests/3-auth-drafts-actions.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/3-auth-drafts-actions.spec.ts b/tests/3-auth-drafts-actions.spec.ts index 86d7fa2f..c4eb5a1d 100644 --- a/tests/3-auth-drafts-actions.spec.ts +++ b/tests/3-auth-drafts-actions.spec.ts @@ -88,9 +88,9 @@ test('Drafts - create literature', async ({ page }) => { await page.getByRole('button', { name: 'Т.Р' }).click() await page.getByRole('link', { name: 'Черновики' }).click() await page.getByRole('link', { name: 'Создать публикацию' }).click() - // biome-ignore lint/performance/useTopLevelRegex: await page .locator('li') + // biome-ignore lint/performance/useTopLevelRegex: test .filter({ hasText: /^литература$/ }) .locator('img') .click()