Add exclamation mark to RSVP CTA button ("I'm attending!")

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 22:36:44 +01:00
parent fd8724db8f
commit 13b01dfba8
3 changed files with 3 additions and 3 deletions

View File

@@ -198,7 +198,7 @@ describe('EventDetailView', () => {
await flushPromises()
expect(wrapper.find('.rsvp-bar__cta').exists()).toBe(true)
expect(wrapper.find('.rsvp-bar__cta').text()).toBe("I'm attending")
expect(wrapper.find('.rsvp-bar__cta').text()).toBe("I'm attending!")
wrapper.unmount()
})