mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-21 14:59:57 +00:00
I worked on fixing the flakiness in ObservabilityAlerts.spec.ts (#22336)
This commit is contained in:
parent
08f3873475
commit
d499a8821e
@ -49,6 +49,7 @@ export const visitObservabilityAlertPage = async (page: Page) => {
|
||||
'/api/v1/events/subscriptions?*alertType=Observability*'
|
||||
);
|
||||
await sidebarClick(page, SidebarItem.OBSERVABILITY_ALERT);
|
||||
await page.waitForURL('**/observability/alerts');
|
||||
await getAlerts;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user