fix(test): Comment and Close Task AUT failure (#22034)

* fix test

* minor fix
This commit is contained in:
Shrushti Polekar 2025-06-30 22:30:41 +05:30 committed by GitHub
parent 799747d080
commit eb56a14f32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -355,8 +355,11 @@ test.describe('Activity feed', () => {
await page.getByTestId('request-description').click();
const openTaskAfterDescriptionResponse =
page.waitForResponse(TASK_OPEN_FETCH_LINK);
await createDescriptionTask(page, value);
await openTaskAfterDescriptionResponse;
await page.waitForLoadState('networkidle');
// Task 1 - Update Description right panel check
const descriptionTask = await page.getByTestId('task-title').innerText();