Lines Matching refs:callout
12 it('renders callout with icon emoji', () => {
18 it('renders callout with icon component', () => {
24 it('renders callout with default icon from info type', () => {
30 it('renders callout with default icon from warning type', () => {
36 it('renders callout with default icon from error type', () => {
42 it('renders callout with warning style from warning type', () => {
44 expect(screen.getByTestId('callout-container')).toHaveStyleRule(
50 it('renders callout with error style from warning type', () => {
52 expect(screen.getByTestId('callout-container')).toHaveStyleRule(
58 it('renders callout with info style from warning type', () => {
60 expect(screen.getByTestId('callout-container')).toHaveStyleRule(
65 expect(screen.getByTestId('callout-container')).toHaveStyleRule(
73 expect(screen.getByTestId('callout-container')).toBeInTheDocument();
81 expect(screen.getByTestId('callout-container')).toBeInTheDocument();
82 expect(screen.getByTestId('callout-container')).toHaveStyleRule(
94 expect(screen.getByTestId('callout-container')).toBeInTheDocument();