File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ class DAppConnectorAssert {
203
203
204
204
async waitUntilBalanceNotEmpty ( ) {
205
205
await browser . waitUntil ( async ( ) => ( await ExampleDAppPage . walletUsedAddress . getText ( ) ) !== '' , {
206
- timeout : 3000 ,
206
+ timeout : 6000 ,
207
207
timeoutMsg : 'failed while waiting for DApp connection data'
208
208
} ) ;
209
209
}
Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ class DAppConnectorPageObject {
115
115
) {
116
116
try {
117
117
await this . switchToDappConnectorPopupAndAuthorize ( testDAppDetails , mode ) ;
118
- } catch {
119
- Logger . log ( ' Failed to authorize Dapp. Retry will be executed' ) ;
118
+ } catch ( error ) {
119
+ Logger . log ( ` Failed to authorize Dapp. Retry will be executed. Error:\n ${ error } ` ) ;
120
120
if ( ( await browser . getWindowHandles ( ) ) . length === 3 ) {
121
121
await this . closeDappConnectorWindowHandle ( ) ;
122
122
}
You can’t perform that action at this time.
0 commit comments