mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-29 17:49:14 +00:00
fix(test): Comment and Close Task AUT failure (#22034)
* fix test * minor fix
This commit is contained in:
parent
799747d080
commit
eb56a14f32
@ -355,8 +355,11 @@ test.describe('Activity feed', () => {
|
|||||||
|
|
||||||
await page.getByTestId('request-description').click();
|
await page.getByTestId('request-description').click();
|
||||||
|
|
||||||
|
const openTaskAfterDescriptionResponse =
|
||||||
|
page.waitForResponse(TASK_OPEN_FETCH_LINK);
|
||||||
await createDescriptionTask(page, value);
|
await createDescriptionTask(page, value);
|
||||||
|
await openTaskAfterDescriptionResponse;
|
||||||
|
await page.waitForLoadState('networkidle');
|
||||||
// Task 1 - Update Description right panel check
|
// Task 1 - Update Description right panel check
|
||||||
const descriptionTask = await page.getByTestId('task-title').innerText();
|
const descriptionTask = await page.getByTestId('task-title').innerText();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user