-
Notifications
You must be signed in to change notification settings - Fork 5.5k
test: MM-1498 - Remove anti-patterns in solana-wallet-standard specs #40604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
1e29fa9
c56e63b
62da8ac
b08ef16
84de995
db60680
96eb359
fa3a2c9
a10576f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,6 +31,16 @@ class SnapSignMessageConfirmation { | |
| }); | ||
| } | ||
|
|
||
| async checkNetworkIsDisplayed(networkName: string): Promise<void> { | ||
| console.log( | ||
| `Checking network ${networkName} is displayed on snap sign message confirmation page.`, | ||
| ); | ||
| await this.driver.waitForSelector({ | ||
| text: networkName, | ||
| tag: 'p', | ||
| }); | ||
| } | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Duplicate
|
||
|
|
||
| async checkPageIsLoaded(): Promise<void> { | ||
| try { | ||
| await this.driver.waitForMultipleSelectors([ | ||
|
|
||


Uh oh!
There was an error while loading. Please reload this page.