Skip to content

Commit

Permalink
Revert "test(ui): check if chromatic captures the snapshot diff in in…
Browse files Browse the repository at this point in the history
…teractions"

This reverts commit 775ea2f.
  • Loading branch information
przemyslaw-wlodek committed May 3, 2024
1 parent 775ea2f commit 60982cd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, { forwardRef } from 'react';

import { ItemIndicator } from './select-item-indicator.component';
import { ItemRoot } from './select-item-root.component';
import { ItemText } from './select-item-text.component';

Expand Down Expand Up @@ -36,6 +37,7 @@ export const Item = forwardRef<HTMLDivElement, SelectItemProps>(
testId={testId}
>
<ItemText title={title} description={description} />
<ItemIndicator />
</ItemRoot>
),
);
Expand Down

0 comments on commit 60982cd

Please sign in to comment.