Remove test.only

This commit is contained in:
Nikolaj
2023-05-03 12:13:34 +02:00
parent 3a7ba530a2
commit 05908e2c78

View File

@@ -46,7 +46,7 @@ test.describe('Tabs', () => {
await openDocTypeFolder(umbracoUi, page);
}
test.only('Click dashboard tabs', async ({umbracoUi, page}) => {
test('Click dashboard tabs', async ({umbracoUi, page}) => {
await umbracoUi.goToSection('content');
await page.locator('[data-element="tab-contentRedirectManager"] > button').click();
expect(page.locator('.redirecturlsearch')).not.toBeNull();