Remove only from tests

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2024-10-03 13:41:11 +07:00
parent e9376c468e
commit 16de513b24
No known key found for this signature in database
GPG Key ID: BD80F68D68D8F7F2

View File

@ -291,7 +291,7 @@ test.describe('Planning ToDo tests', () => {
})
})
test.only('ToDo labels are exist in Tag list', async ({ page }) => {
test('ToDo labels are exist in Tag list', async ({ page }) => {
const planningPage = new PlanningPage(page)
const planningNavigationMenuPage = new PlanningNavigationMenuPage(page)