feat(tests): updated tracker.loading.spec.ts test (#3989)

Signed-off-by: Alex Velichko <nestor_007@mail.ru>
This commit is contained in:
Alex Velichko 2023-11-15 07:13:37 +03:00 committed by GitHub
parent 11e93c6efd
commit 2a7b2f51d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
36 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -13,4 +13,5 @@ test('check-status-loading', async ({ page }) => {
await expect(page.locator('.categoryHeader :text-is("Backlog")').first()).toBeVisible()
await expect(page.locator('.categoryHeader :text-is("Todo")').first()).toBeVisible()
await expect(page.locator('.categoryHeader :text-is("Done")').first()).toBeVisible()
await expect(page.locator('.categoryHeader :text-is("Canceled")').first()).toBeVisible()
})