From dda652148975b6a485c8b46d54c08a673e73eefe Mon Sep 17 00:00:00 2001 From: Rishi <148757583+rishirishhh@users.noreply.github.com> Date: Fri, 27 Sep 2024 00:38:12 +0530 Subject: [PATCH] Update applications.test.js --- __tests__/applications/applications.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/applications/applications.test.js b/__tests__/applications/applications.test.js index b497d79c..1393aee3 100644 --- a/__tests__/applications/applications.test.js +++ b/__tests__/applications/applications.test.js @@ -167,7 +167,7 @@ describe('Applications page', () => { ).toBe(true, 'status query param is not removed from url'); }); - it('should load and render the accepted application requests when accept filter is selected from filter under dev flag === true along with the total count of the accepted applications', async function () { + it('loads and renders accepted application requests with total count when 'accept' filter is selected and dev flag is true', async function () { await page.goto(`${SITE_URL}/applications?dev=true`); await page.click('.filter-button');