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

QA/DTIS-419-generate-seed-phrase #274

Merged
merged 2 commits into from
Nov 28, 2023
Merged

Conversation

obstar
Copy link
Contributor

@obstar obstar commented Nov 28, 2023

Description

Adding new scenarios for generate seed phrase screen

Checklist before requesting a review

Issue ticket number and link

  • This PR has a valid ticket number or issue: [link]

Testing & Validation

  • This PR has been tested/validated in IOS, Android and browser.
  • The code has been tested locally with test coverage match expectations.

Security

  • No secrets are being committed (i.e. credentials, PII)
  • This PR does not have any significant security implications

Code Review

  • There is no unused functionality or blocks of commented out code (otherwise, please explain below)
  • In addition to this PR, all relevant documentation (e.g. Confluence) and architecture diagrams (e.g. Miro) were updated

@obstar obstar self-assigned this Nov 28, 2023
Copy link

Vercel PR (merge commit) deploy URL: https://cf-identity-wallet-1ascqjtme.vercel.app

@@ -19,6 +19,7 @@ const Alert = ({

if (confirmButtonText && actionConfirm) {
buttons.push({
id: "confirm-alert-button",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only thing I am not sure about is what's going to happen if you have two Alert with the same id in one page.

You could be more specific using the dataTestId prop and making your buttons something like: id: dataTestId + "-confirm-button" but it's up to you.

@obstar obstar merged commit b45514d into develop Nov 28, 2023
1 check passed
@obstar obstar deleted the qa/dtis-419-generate-seed-phrase branch November 28, 2023 09:52
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.

2 participants