Try quick fix for test

This commit is contained in:
Nikolaj
2023-05-03 13:13:39 +02:00
parent cc7798b343
commit a744cd465a

View File

@@ -51,7 +51,7 @@ test.describe('Tabs', () => {
await page.locator('[data-element="tab-contentRedirectManager"] > button').click();
expect(page.locator('.redirecturlsearch')).not.toBeNull();
await page.locator('[data-element="tab-contentIntro"] > button').click();
await expect(page.locator('[data-element="tab-contentIntro"]')).toHaveClass('umb-tab ng-scope umb-tab--active');
await expect(page.locator('[data-element="tab-contentIntro"]')).toHaveClass('umb-tab umb-tab--active');
});
test('Create tab', async ({umbracoUi, umbracoApi, page}) => {