Skip to content

Commit

Permalink
Update applications.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rishirishhh authored Sep 26, 2024
1 parent 934e3ee commit dda6521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/applications/applications.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit dda6521

Please sign in to comment.