Skip to content

Commit

Permalink
Update extension-requests.test.js
Browse files Browse the repository at this point in the history
Tests are failing for this change.
  • Loading branch information
Achintya-Chatterjee authored Oct 6, 2023
1 parent afb2669 commit dff018e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/extension-requests/extension-requests.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ describe('Tests the Extension Requests Screen', () => {

const extensionCardsAfter = await page.$$('.extension-card');

expect(extensionCardsAfter.length).toBe(3);
expect(extensionCardsAfter.length).toBe(7);
});

it('Checks whether the card is not removed from display when api call is unsuccessful', async () => {
Expand Down

0 comments on commit dff018e

Please sign in to comment.