File tree 2 files changed +2
-8
lines changed
apps/laboratory/tests/shared/validators
packages/scaffold-ui/src/views/w3m-approve-transaction-view
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export class ModalValidator {
64
64
await expect (
65
65
this . page . getByTestId ( 'w3m-authentication-status' ) ,
66
66
'Authentication status should be: unauthenticated'
67
- ) . toContainText ( 'unauthenticated' , { timeout : 15000 } )
67
+ ) . toContainText ( 'unauthenticated' , { timeout : 20000 } )
68
68
}
69
69
70
70
async expectOnSignOutEventCalled ( toBe : boolean ) {
Original file line number Diff line number Diff line change @@ -2,12 +2,7 @@ import { LitElement, html } from 'lit'
2
2
import { state } from 'lit/decorators.js'
3
3
4
4
import { getW3mThemeVariables } from '@reown/appkit-common'
5
- import {
6
- ConnectorController ,
7
- ModalController ,
8
- RouterController ,
9
- ThemeController
10
- } from '@reown/appkit-controllers'
5
+ import { ConnectorController , ModalController , ThemeController } from '@reown/appkit-controllers'
11
6
import { customElement } from '@reown/appkit-ui'
12
7
13
8
import styles from './styles.js'
@@ -38,7 +33,6 @@ export class W3mApproveTransactionView extends LitElement {
38
33
ModalController . subscribeKey ( 'open' , isOpen => {
39
34
if ( ! isOpen ) {
40
35
this . onHideIframe ( )
41
- RouterController . popTransactionStack ( )
42
36
}
43
37
} ) ,
44
38
ModalController . subscribeKey ( 'shake' , val => {
You can’t perform that action at this time.
0 commit comments