-
Notifications
You must be signed in to change notification settings - Fork 5
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
test: e2e - add maintenance scenarios for re-creating test wallets #1628
base: main
Are you sure you want to change the base?
Conversation
Allure Report
processReports: ✅ test report for 2d994fa6
|
5ab7f5e
to
cbc806b
Compare
@@ -0,0 +1,53 @@ | |||
/* eslint-disable no-console */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this line and replace all console.log(...);
with Logger.log(String(...));
Then The Transaction submitted screen is displayed in extended mode | ||
And I print wallet "<wallet_name>" data for walletConfiguration file | ||
Examples: | ||
| wallet_name | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please run code formatter to adjust column width
( | ||
await TransactionsPage.transactionsTableItemTokensAmount(rowIndex).getText() | ||
).includes(expectedTransactionRowAssetDetails.tokensAmount), | ||
(await TransactionsPage.transactionsTableItemTokensAmount(rowIndex).getText()).includes( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My linter is complaining about this line, please double check on your end.
Quality Gate passedIssues Measures |
No description provided.