Skip to content

Commit 5b9f866

Browse files
authored
fail test (#30)
1 parent 0fb7e50 commit 5b9f866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/status/ConditionLabel/ConditionLabel.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test('ConditionLabel', async () => {
1717

1818
expect(firstRender).toMatchSnapshot();
1919

20-
// click on condition to open popover
20+
// click on the condition to open popover
2121
fireEvent.click(getByText(`${reason}=${status}`));
2222

2323
if (!message) return;

0 commit comments

Comments
 (0)