Try quick fix for test
This commit is contained in:
@@ -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}) => {
|
||||
|
||||
Reference in New Issue
Block a user