Skip to content

Commit

Permalink
fixes failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
heyrandhir committed Nov 5, 2023
1 parent cceb2ae commit 7d19c7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion __tests__/taskRequests/taskRequestDetails.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ describe('Tests the User Management User Listing Screen', () => {
);
await page.waitForNetworkIdle();
await page.click('.requestors__container__list__userDetails');
await page.waitForSelector('#requestor_details_modal', { visible: true });
await page.waitForSelector('#requestor_details_modal_content', {
visible: true,
});
});

afterAll(async () => {
Expand Down

0 comments on commit 7d19c7e

Please sign in to comment.