Skip to content

Commit

Permalink
test: Test commit to see if visual tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
joerideg committed Jul 5, 2024
1 parent b0576c8 commit 7cc202e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/components/br-search/br-search.qa.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ const meta: Meta = {
title: 'BrSearch/QA',
decorators: [
(Story) => (
<div className="qa-story" style={{ padding: '2em' }}>
<Story />
</div>
<>
<h1>Hello world</h1>
<div className="qa-story" style={{ padding: '2em' }}>
<Story />
</div>
</>
),
],
};
Expand Down

0 comments on commit 7cc202e

Please sign in to comment.