-
Notifications
You must be signed in to change notification settings - Fork 59
Upgrade react-router-dom version #3586
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
Conversation
|
Note: this PR is a little noisy due to |
| await checkActionSelection('Offboard Member', 'SRARC_OffboardSv', 'offboard-sv-action'); | ||
| }); | ||
|
|
||
| test('Feature Application Form is rendered after action selection', async () => { |
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.
Additional unit tests that has been missed in the initial implementation
| <MemoryRouter> | ||
| <SvConfigProvider> | ||
| <WrapperProviders children={children} /> | ||
| <Toaster richColors /> |
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.
Turns out Set DSO/Amulet Rules unit tests didn't test correctly for the toast existence (it tested .toBeDefined() rather than .toBeInTheDocument() which gave false positives)
Signed-off-by: Paweł Perek <pawel.perek@digitalasset.com>
Signed-off-by: Paweł Perek <pawel.perek@digitalasset.com>
Signed-off-by: Paweł Perek <pawel.perek@digitalasset.com>
Signed-off-by: Paweł Perek <pawel.perek@digitalasset.com>
Signed-off-by: Paweł Perek <pawel.perek@digitalasset.com>
Signed-off-by: Paweł Perek <pawel.perek@digitalasset.com>
Signed-off-by: Paweł Perek <pawel.perek@digitalasset.com>
Signed-off-by: Paweł Perek <pawel.perek@digitalasset.com>
0b018ce to
3baefe1
Compare
ray-roestenburg-da
left a comment
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.
Thanks!
Fixes https://github.com/DACH-NY/canton-network-internal/issues/3151
Pull Request Checklist
Cluster Testing
/cluster_teston this PR to request it, and ping someone with access to the DA-internal system to approve it./hdm_teston this PR to request it, and ping someone with access to the DA-internal system to approve it.PR Guidelines
Fixes #n, and mention issues worked on using#nMerge Guidelines