MCPcopy Create free account
hub / github.com/ICBNetwork/web3-Wallet / loginToApp

Function loginToApp

e2e/viewHelper.js:193–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191};
192
193export const loginToApp = async () => {
194 const PASSWORD = '123123123';
195 await LoginView.isVisible();
196 await LoginView.enterPassword(PASSWORD);
197
198 await TestHelpers.delay(2500);
199 try {
200 await WhatsNewModal.isVisible();
201 await WhatsNewModal.tapCloseButton();
202 } catch {
203 //
204 }
205};

Calls 4

delayMethod · 0.80
isVisibleMethod · 0.45
enterPasswordMethod · 0.45
tapCloseButtonMethod · 0.45

Tested by

no test coverage detected