Skip to content

Commit b798561

Browse files
test: adjusted expect
1 parent 511c43f commit b798561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/meteor/client/views/navigation/sidepanel/SidepanelItem/RoomSidePanelItemBadges.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('RoomSidePanelItemBadges', () => {
5858
wrapper: appRoot,
5959
});
6060

61-
expect(screen.getByRole('status', { name: 'Invited January 1' })).toBeInTheDocument();
61+
expect(screen.getByRole('status', { name: 'Invited January 1, 2025' })).toBeInTheDocument();
6262
});
6363

6464
it('should not render InvitationBadge when subscription does not have status INVITED', () => {

0 commit comments

Comments
 (0)