Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Added new icons to wdio test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfuksa committed May 1, 2024
1 parent edf5361 commit 71f3053
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,11 @@ import {
IconMediaRewind,
IconMediaStop,
IconMedicationTablet,
IconMedicationTabletOutline,
IconMedicationTabletHalf,
IconMedicationTabletHalfOutline,
IconMedicationTabletOutline,
IconMedicationTabletQuarter,
IconMedicationTabletQuarterOutline,
IconMenu,
IconMerge,
IconMicrophone,
Expand All @@ -191,6 +193,7 @@ import {
IconModerate,
IconModerateLowLight,
IconModified,
IconMultipleResultsCorner,
IconMultipleResultsCritical,
IconMultipleResultsNormal,
IconMultipleResultsNotNormal,
Expand Down Expand Up @@ -511,6 +514,8 @@ const IconAll = () => (
<IconMedicationTabletOutline className={cx(['icon'])} />
<IconMedicationTabletHalf className={cx(['icon'])} />
<IconMedicationTabletHalfOutline className={cx(['icon'])} />
<IconMedicationTabletQuarter className={cx(['icon'])} />
<IconMedicationTabletQuarterOutline className={cx(['icon'])} />
<IconMenu className={cx(['icon'])} />
<IconMerge className={cx(['icon'])} />
<IconMicrophone className={cx(['icon'])} />
Expand All @@ -522,6 +527,7 @@ const IconAll = () => (
<IconModerate className={cx(['icon'])} />
<IconModerateLowLight className={cx(['icon'])} />
<IconModified className={cx(['icon'])} />
<IconMultipleResultsCorner className={cx(['icon'])} />
<IconMultipleResultsNormal className={cx(['icon'])} />
<IconMultipleResultsNotNormal className={cx(['icon'])} />
<IconMultipleResultsCritical className={cx(['icon'])} />
Expand Down

0 comments on commit 71f3053

Please sign in to comment.