Skip to content

Commit f49c971

Browse files
committed
fix(language-selector-web): update snapshots
fix(language-selector-web): fix typo
1 parent 2aee45d commit f49c971

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

packages/pluggableWidgets/language-selector-web/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
### Fixed
1010

11-
- We changed the way how arrow is renderd.
11+
- We changed the way how arrow is rendered.
1212

1313
## [1.0.0] - 2022-09-26
1414

packages/pluggableWidgets/language-selector-web/src/components/__tests__/__snapshots__/LanguageSwitcher.spec.tsx.snap

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ exports[`Language switcher renders the structure with empty language list 1`] =
1515
aria-hidden="true"
1616
class="language-arrow"
1717
>
18-
<img
19-
alt=""
20-
class="arrow-down"
18+
<div
19+
class="arrow-image arrow-down"
2120
/>
2221
</span>
2322
</div>
@@ -45,9 +44,8 @@ exports[`Language switcher renders the structure with language list and selected
4544
aria-hidden="true"
4645
class="language-arrow"
4746
>
48-
<img
49-
alt=""
50-
class="arrow-down"
47+
<div
48+
class="arrow-image arrow-down"
5149
/>
5250
</span>
5351
</div>

0 commit comments

Comments
 (0)