Skip to content

Commit

Permalink
chore: fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
vinit717 committed Oct 14, 2024
1 parent 4373299 commit f810e8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions __tests__/extension-requests/extension-requests.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -633,11 +633,10 @@ describe('Tests the Extension Requests Screen', () => {
break;
}
}
await page.waitForTimeout(1650);
await page.waitForTimeout(2000);

const extensionCardsAfter = await page.$$('.extension-card');
const cardCount = extensionCardsAfter.length;
console.log('Extension cards count', cardCount);
expect(cardCount === 3 || cardCount === 7).toBe(true);
});

Expand Down

0 comments on commit f810e8d

Please sign in to comment.