Skip to content

Commit

Permalink
fix: try add some commit into packages
Browse files Browse the repository at this point in the history
  • Loading branch information
itaven committed Aug 30, 2023
1 parent 2e6eaee commit 02a414d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widgets/src/polkadot/polkadot.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class PolkadotPage implements WidgetPage {
await this.page.goto(POLKADOT_WIDGET_CONFIG.url);
});
}

//123
async connectWallet(walletPage: WalletPage): Promise<void> {
await test.step(
'Connect wallet ' + walletPage.config.COMMON.WALLET_NAME,
Expand Down

0 comments on commit 02a414d

Please sign in to comment.