Skip to content

Commit e654a1e

Browse files
committed
remove DOMAIN_TAGS from DQ tests
1 parent ab85189 commit e654a1e

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/DataQuality/DataQuality.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* limitations under the License.
1212
*/
1313
import { expect, Page } from '@playwright/test';
14-
import { DOMAIN_TAGS } from '../../../constant/config';
1514
import { SidebarItem } from '../../../constant/sidebar';
1615
import { Domain } from '../../../support/domain/Domain';
1716
import { TableClass } from '../../../support/entity/TableClass';
@@ -71,7 +70,6 @@ const testCaseResult = {
7170

7271
test.describe(
7372
'Data Quality',
74-
{ tag: `${DOMAIN_TAGS.OBSERVABILITY}:Data_Quality` },
7573
() => {
7674
test.beforeAll(async ({ browser }) => {
7775
const { apiContext, afterAction } = await performAdminLogin(browser);

openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/DataQuality/Profiler.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
*/
1313
import { expect, Page } from '@playwright/test';
1414
import {
15-
DOMAIN_TAGS,
1615
PLAYWRIGHT_INGESTION_TAG_OBJ,
1716
} from '../../../constant/config';
1817
import { TableClass } from '../../../support/entity/TableClass';
@@ -124,7 +123,6 @@ const validateProfilerAccessForRole = async (
124123

125124
test.describe(
126125
'Profiler Role Access Tests',
127-
{ tag: `${DOMAIN_TAGS.OBSERVABILITY}:Profiler` },
128126
() => {
129127
// Store the created test case to avoid stale data from array
130128
let createdTestCase: ResponseDataType;

0 commit comments

Comments
 (0)