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

fix: (CXSPA-9014) ThemeSwitcher List item _ Value count not read out #19863

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

StanislavSukhanov
Copy link
Contributor

@StanislavSukhanov StanislavSukhanov requested a review from a team as a code owner January 14, 2025 15:13
@github-actions github-actions bot marked this pull request as draft January 14, 2025 15:13
@StanislavSukhanov StanislavSukhanov self-assigned this Jan 14, 2025
@StanislavSukhanov StanislavSukhanov marked this pull request as ready for review January 14, 2025 15:14
Copy link

cypress bot commented Jan 14, 2025

spartacus    Run #46658

Run Properties:  status check passed Passed #46658  •  git commit 01152e6303 ℹ️: Merge eae9def6a188e0ec1977dea0e79e660fd6b419b2 into e7b7e653ec7e07b35787b6402c39...
Project spartacus
Branch Review feature/CXSPA-9014-List-item-_-Value-count-not-read
Run status status check passed Passed #46658
Run duration 04m 13s
Commit git commit 01152e6303 ℹ️: Merge eae9def6a188e0ec1977dea0e79e660fd6b419b2 into e7b7e653ec7e07b35787b6402c39...
Committer Stanislav Sukhanov
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 3
Tests that did not run due to a developer annotating a test with .skip  Pending 2
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 125
View all changes introduced in this branch ↗︎

Zeyber
Zeyber previously approved these changes Jan 16, 2025
get activeItem$(): Observable<string> {
return this.themeSwitcherComponentService.getActiveItem();
}
set activeItem(value: string) {
this.themeSwitcherComponentService.setActive(value);
}

ariaLabel$(
Copy link
Contributor

Choose a reason for hiding this comment

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

Lets include a unit test for this.

@Zeyber Zeyber self-requested a review January 16, 2025 12:45
@Zeyber Zeyber dismissed their stale review January 16, 2025 12:45

Accidental approve

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.

3 participants