Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ljagiela
Copy link
Contributor

@ljagiela ljagiela commented Jan 3, 2025

No description provided.

@ljagiela ljagiela requested a review from wklos-iohk January 3, 2025 15:45
@pczeglik-iohk
Copy link
Contributor

pczeglik-iohk commented Jan 3, 2025

Allure Report

allure-report-publisher generated test report!

processReports: ✅ test report for 2d994fa6

passed failed skipped flaky total result
Total 33 0 4 0 37

@ljagiela ljagiela force-pushed the test/add_e2e_maintenance_script branch from 5ab7f5e to cbc806b Compare January 3, 2025 16:24
@@ -0,0 +1,53 @@
/* eslint-disable no-console */
Copy link
Contributor

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 |
Copy link
Contributor

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(
Copy link
Contributor

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.

Copy link

sonarqubecloud bot commented Jan 8, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants