Add E2E test of ThemeChoicePanel
(#10469)
* Add E2E test of ThemeChoicePanel Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Edit a comment Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Apply feedback Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove obsolete data-testId attributes They has become obsolete with bfa8152538a3a0804ac14e231578d0cba73aa308. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Update a jest snapshot Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> --------- Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
52017f62e1
commit
c4f59d4d56
4 changed files with 135 additions and 5 deletions
|
@ -12,7 +12,6 @@ exports[`ThemeChoicePanel renders the theme choice UI 1`] = `
|
|||
</span>
|
||||
<div
|
||||
class="mx_ThemeSelectors"
|
||||
data-testid="theme-choice-panel-selectors"
|
||||
>
|
||||
<label
|
||||
class="mx_StyledRadioButton mx_ThemeSelector_light mx_StyledRadioButton_disabled mx_StyledRadioButton_outlined"
|
||||
|
|
|
@ -25,7 +25,6 @@ exports[`AppearanceUserSettingsTab should render 1`] = `
|
|||
</span>
|
||||
<div
|
||||
class="mx_ThemeSelectors"
|
||||
data-testid="theme-choice-panel-selectors"
|
||||
>
|
||||
<label
|
||||
class="mx_StyledRadioButton mx_ThemeSelector_light mx_StyledRadioButton_disabled mx_StyledRadioButton_outlined"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue