Skip to content

Commit

Permalink
Merge pull request #206 from lidofinance/skip-polygon
Browse files Browse the repository at this point in the history
Skip Polygon tests
  • Loading branch information
jake4take authored Dec 16, 2024
2 parents 3eb0139 + 08290db commit cbc52b5
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 203 deletions.
1 change: 0 additions & 1 deletion packages/widgets/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './widgets.constants';
export * from './widgets.page';
export * from './ethereum';
export * from './polygon';
2 changes: 0 additions & 2 deletions packages/widgets/src/polygon/index.ts

This file was deleted.

13 changes: 0 additions & 13 deletions packages/widgets/src/polygon/polygon.constants.ts

This file was deleted.

100 changes: 0 additions & 100 deletions packages/widgets/src/polygon/polygon.page.ts

This file was deleted.

6 changes: 1 addition & 5 deletions wallets-testing/browser/browser.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ import {
OkxPage,
BitgetPage,
} from '@lidofinance/wallets-testing-wallets';
import {
EthereumPage,
PolygonPage,
} from '@lidofinance/wallets-testing-widgets';
import { EthereumPage } from '@lidofinance/wallets-testing-widgets';

export const WALLET_PAGES = {
metamask: MetamaskPage,
Expand All @@ -26,5 +23,4 @@ export const WALLET_PAGES = {

export const WIDGET_PAGES = {
ethereum: EthereumPage,
polygon: PolygonPage,
};
82 changes: 0 additions & 82 deletions wallets-testing/test/widgets/polygon.spec.ts

This file was deleted.

0 comments on commit cbc52b5

Please sign in to comment.