Skip to content

Commit

Permalink
Merge pull request #197 from lidofinance/skip-coin98-polygon
Browse files Browse the repository at this point in the history
fix: skip coin98 for polygon widget
  • Loading branch information
itaven authored Oct 29, 2024
2 parents 6a8f89a + 60c5570 commit 7525d39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wallets-testing/test/widgets/polygon.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ test.describe('Polygon', () => {
await browserService.stake();
});

test(`Coin98 connect`, async () => {
//skipped since of broken connection to polygon widget
test.skip(`Coin98 connect`, async () => {
await browserService.setup(COIN98_COMMON_CONFIG, POLYGON_WIDGET_CONFIG);
await browserService.connectWallet();
});
Expand Down

0 comments on commit 7525d39

Please sign in to comment.