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

Add form isValid check for SignButton #1349

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

OKendigelyan
Copy link
Contributor

Proposed changes

Task link

Types of changes

  • Bugfix
  • New feature
  • Refactor
  • Breaking change
  • UI fix

Steps to reproduce

Screenshots

Checklist

  • Tests that prove my fix is effective or that my feature works have been added
  • Documentation has been added (if appropriate)
  • Screenshots are added (if any UI changes have been made)
  • All TODOs have a corresponding task created (and the link is attached to it)

expect(screen.getByTestId("threshold")).toHaveTextContent("No. of approvals:");
});

await waitFor(() => {
Copy link
Contributor

Choose a reason for hiding this comment

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

this awaitFor is not needed as the previous one has already processed "all the actions"

Copy link
Contributor

@serjonya-trili serjonya-trili left a comment

Choose a reason for hiding this comment

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

LGTM, just one nit comment

@OKendigelyan OKendigelyan force-pushed the add-disabled-state-to-sign-button branch from b1aed91 to cdd080e Compare June 11, 2024 07:34
@OKendigelyan OKendigelyan force-pushed the add-disabled-state-to-sign-button branch from cdd080e to a5cf48e Compare June 11, 2024 07:34
Copy link

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 89.64% 3703/4131
🟢 Branches 81.81% 1277/1561
🟢 Functions 87.96% 1125/1279
🟢 Lines 89.55% 3504/3913

Test suite run success

1445 tests passing in 187 suites.

Report generated by 🧪jest coverage report action from a5cf48e

@OKendigelyan OKendigelyan merged commit 342c2dd into main Jun 11, 2024
2 of 4 checks passed
@OKendigelyan OKendigelyan deleted the add-disabled-state-to-sign-button branch June 11, 2024 11:10
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