diff --git a/packages/widgets/src/polkadot/polkadot.page.ts b/packages/widgets/src/polkadot/polkadot.page.ts index 4b076b9c..8a2a6431 100644 --- a/packages/widgets/src/polkadot/polkadot.page.ts +++ b/packages/widgets/src/polkadot/polkadot.page.ts @@ -19,7 +19,7 @@ export class PolkadotPage implements WidgetPage { await this.page.goto(POLKADOT_WIDGET_CONFIG.url); }); } - + //123 async connectWallet(walletPage: WalletPage): Promise { await test.step( 'Connect wallet ' + walletPage.config.COMMON.WALLET_NAME,