mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-28 02:46:09 +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 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');
|
||||
const deleteResponse = page.waitForResponse(
|
||||
|
@ -189,9 +189,6 @@ entities.forEach((EntityClass) => {
|
||||
await page.waitForSelector('[role="dialog"].ant-modal');
|
||||
|
||||
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');
|
||||
const deleteResponse = page.waitForResponse(
|
||||
|
Loading…
x
Reference in New Issue
Block a user