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

CXSPA-8725: fix test isolation #19442

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

CXSPA-8725: fix test isolation #19442

wants to merge 3 commits into from

Conversation

Uli-Tiger
Copy link
Contributor

No description provided.

@Uli-Tiger Uli-Tiger requested review from a team as code owners October 24, 2024 15:35
@github-actions github-actions bot marked this pull request as draft October 24, 2024 15:35
Copy link
Contributor

@Larisa-Staroverova Larisa-Staroverova left a comment

Choose a reason for hiding this comment

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

Hi @Uli-Tiger,
could you, please, consider my tiny suggestions?

@@ -122,11 +123,12 @@ class MockProductService {
}
}

describe('ConfiguratorStorefrontUtilsService', () => {
fdescribe('ConfiguratorStorefrontUtilsService', () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Please, remove f- prefix to run all tests. ;)

uiType: Configurator.UiType.RADIOBUTTON,
values: [],
};
let attribute: Configurator.Attribute;
Copy link
Contributor

Choose a reason for hiding this comment

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

Please, move this attribute to the top, namely declare this attribute directly after describe('focusValue', () => {
line 369.

@Uli-Tiger Uli-Tiger marked this pull request as ready for review October 25, 2024 08:40
@github-actions github-actions bot marked this pull request as draft October 25, 2024 12:27
@Uli-Tiger Uli-Tiger marked this pull request as ready for review October 25, 2024 12:28
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