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(ui): Fix act warnings in relocation test #88654

Merged
merged 2 commits into from
Apr 3, 2025

Conversation

scttcper
Copy link
Member

@scttcper scttcper commented Apr 3, 2025

Old todo about switching to react testing library.

Old todo about switching to react testing library.
@scttcper scttcper requested a review from a team April 3, 2025 00:26
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 3, 2025
@@ -297,15 +292,6 @@ describe('Relocation', function () {
expect(screen.getByRole('button', {name: 'Continue'})).toBeInTheDocument();
});

it('should show loading indicator if key retrieval still in progress', function () {
Copy link
Member Author

Choose a reason for hiding this comment

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

don't need to test the loading state individually

@scttcper scttcper merged commit dbeb039 into master Apr 3, 2025
41 checks passed
@scttcper scttcper deleted the scttcper/remove-relocation-console branch April 3, 2025 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants