mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-12 07:48:14 +00:00
Mark the pipeline alert test as slow (#18046)
This commit is contained in:
parent
85519cf280
commit
dcde500969
@ -105,6 +105,8 @@ test.describe('Observability Alert Flow', () => {
|
||||
});
|
||||
|
||||
test('Pipeline Alert', async ({ page }) => {
|
||||
test.slow();
|
||||
|
||||
const ALERT_NAME = generateAlertName();
|
||||
|
||||
await test.step('Create alert', async () => {
|
||||
|
||||
@ -20,6 +20,9 @@ import {
|
||||
} from '../constant/alert.interface';
|
||||
import { DELETE_TERM } from '../constant/common';
|
||||
import { SidebarItem } from '../constant/sidebar';
|
||||
import { Domain } from '../support/domain/Domain';
|
||||
import { DashboardClass } from '../support/entity/DashboardClass';
|
||||
import { UserClass } from '../support/user/UserClass';
|
||||
import {
|
||||
clickOutside,
|
||||
descriptionBox,
|
||||
@ -643,10 +646,10 @@ export const addMultipleFilters = async ({
|
||||
dashboard,
|
||||
}: {
|
||||
page: Page;
|
||||
user1;
|
||||
user2;
|
||||
domain;
|
||||
dashboard;
|
||||
user1: UserClass;
|
||||
user2: UserClass;
|
||||
domain: Domain;
|
||||
dashboard: DashboardClass;
|
||||
}) => {
|
||||
// Add owner filter
|
||||
await page.click('[data-testid="add-filters"]');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user