Skip to content

Commit

Permalink
feat(icon): review comment changes
Browse files Browse the repository at this point in the history
Co-authored-by: Westbrook Johnson <westbrook.johnson@gmail.com>
  • Loading branch information
vikalpgupta and Westbrook committed May 8, 2023
1 parent 19287fb commit 4597713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/icon/test/icon.test.ts
Expand Up @@ -89,7 +89,7 @@ describe('Icon', () => {

// Skipping the test case expectation for webkit because of error event not dispatching bug for the same, https://github.com/microsoft/playwright/issues/22332
if (!isWebKit()) {
expect(error).to.be.calledOnce;
await waitUntil(() => error.calledOnce, 'The error was thrown.');
}
});

Expand Down

0 comments on commit 4597713

Please sign in to comment.