Skip to content

Commit f54ad18

Browse files
committed
fix test
1 parent 5495fff commit f54ad18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/components/group/inboxBadges/statusBadge.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('GroupStatusBadge', () => {
1212
/>
1313
);
1414
await userEvent.hover(screen.getByText('Archived'));
15-
expect(await screen.findByText('Archived until escalating')).toBeInTheDocument();
15+
expect(await screen.findByText('Archived until escalating.')).toBeInTheDocument();
1616
});
1717
it('should display new', () => {
1818
render(

0 commit comments

Comments
 (0)