Skip to content

fix(product-selection): Fix tests and remove skips #86463

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

priscilawebdev
Copy link
Member

@priscilawebdev priscilawebdev commented Mar 6, 2025

@priscilawebdev priscilawebdev requested review from matejminar and a team March 6, 2025 06:46
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 6, 2025
@@ -228,37 +223,7 @@ describe('Onboarding Product Selection', function () {
expect(screen.getByRole('checkbox', {name: 'Session Replay'})).toBeDisabled();
});

// TODO: This test does not play well with deselected products by default
// eslint-disable-next-line jest/no-disabled-tests
it.skip('selects all products per default', async 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.

we already have a similar test, 'applies defined default product selection,' so this test can be removed

@priscilawebdev
Copy link
Member Author

Converted this PR to a draft as I want to investigate if we can remove the part where we strip the URL. If yes, then what we are testing in the route.push does not make sense and can be removed

@priscilawebdev
Copy link
Member Author

closing this in favour of #86582

@github-actions github-actions bot locked and limited conversation to collaborators Mar 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant