Skip to content
Snippets Groups Projects
Unverified Commit 2d84fe2f authored by csuadev's avatar csuadev Committed by GitHub
Browse files

test: fix flaky test on OC tags (#32434)

parent 1c8ee730
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ test.describe('OC - Manage Tags', () => {
await expect(poOmnichannelTags.confirmDeleteModal).toBeVisible();
await poOmnichannelTags.btnConfirmDeleteModal.click();
await expect(poOmnichannelTags.confirmDeleteModal).not.toBeVisible();
await expect(page.locator('h3 >> text="No tags yet"')).toBeVisible();
await expect(page.locator('h3 >> text="No results found"')).toBeVisible();
});
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment