File tree Expand file tree Collapse file tree
openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/DataQuality Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 * limitations under the License.
1212 */
1313import { expect , Page } from '@playwright/test' ;
14- import { DOMAIN_TAGS } from '../../../constant/config' ;
1514import { SidebarItem } from '../../../constant/sidebar' ;
1615import { Domain } from '../../../support/domain/Domain' ;
1716import { TableClass } from '../../../support/entity/TableClass' ;
@@ -71,7 +70,6 @@ const testCaseResult = {
7170
7271test . describe (
7372 'Data Quality' ,
74- { tag : `${ DOMAIN_TAGS . OBSERVABILITY } :Data_Quality` } ,
7573 ( ) => {
7674 test . beforeAll ( async ( { browser } ) => {
7775 const { apiContext, afterAction } = await performAdminLogin ( browser ) ;
Original file line number Diff line number Diff line change 1212 */
1313import { expect , Page } from '@playwright/test' ;
1414import {
15- DOMAIN_TAGS ,
1615 PLAYWRIGHT_INGESTION_TAG_OBJ ,
1716} from '../../../constant/config' ;
1817import { TableClass } from '../../../support/entity/TableClass' ;
@@ -124,7 +123,6 @@ const validateProfilerAccessForRole = async (
124123
125124test . 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 ;
You can’t perform that action at this time.
0 commit comments