mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-28 10:56:02 +00:00
playwright: fixed failing aut of 1.5.4 (#17798)
* playwright: fixed failing aut of 1.5.4 * fixed failing AUT test * minor fix
This commit is contained in:
parent
25ff2d7b9c
commit
504b84138b
@ -224,9 +224,6 @@ entities.forEach((EntityClass) => {
|
|||||||
await page.waitForSelector('[role="dialog"].ant-modal');
|
await page.waitForSelector('[role="dialog"].ant-modal');
|
||||||
|
|
||||||
await expect(page.locator('[role="dialog"].ant-modal')).toBeVisible();
|
await expect(page.locator('[role="dialog"].ant-modal')).toBeVisible();
|
||||||
await expect(page.locator('.ant-modal-title')).toContainText(
|
|
||||||
entity.entity.name
|
|
||||||
);
|
|
||||||
|
|
||||||
await page.fill('[data-testid="confirmation-text-input"]', 'DELETE');
|
await page.fill('[data-testid="confirmation-text-input"]', 'DELETE');
|
||||||
const deleteResponse = page.waitForResponse(
|
const deleteResponse = page.waitForResponse(
|
||||||
|
@ -189,9 +189,6 @@ entities.forEach((EntityClass) => {
|
|||||||
await page.waitForSelector('[role="dialog"].ant-modal');
|
await page.waitForSelector('[role="dialog"].ant-modal');
|
||||||
|
|
||||||
await expect(page.locator('[role="dialog"].ant-modal')).toBeVisible();
|
await expect(page.locator('[role="dialog"].ant-modal')).toBeVisible();
|
||||||
await expect(page.locator('.ant-modal-title')).toContainText(
|
|
||||||
entity.entity.name
|
|
||||||
);
|
|
||||||
|
|
||||||
await page.fill('[data-testid="confirmation-text-input"]', 'DELETE');
|
await page.fill('[data-testid="confirmation-text-input"]', 'DELETE');
|
||||||
const deleteResponse = page.waitForResponse(
|
const deleteResponse = page.waitForResponse(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user