Add turn alerts and public team rosters
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -31,6 +31,9 @@ describe('Mixmaker frontend', () => {
|
||||
window.history.replaceState({}, '', '/events/event-3')
|
||||
render(<App />)
|
||||
expect(await screen.findByRole('link', { name: /^open live$/i })).toHaveAttribute('href', '/events/event-3/live')
|
||||
expect(screen.getByRole('heading', { name: 'Balanced teams' })).toBeInTheDocument()
|
||||
expect(screen.getByRole('heading', { name: 'Ember Wolves' })).toBeInTheDocument()
|
||||
expect(screen.getByRole('heading', { name: 'Azure Phantoms' })).toBeInTheDocument()
|
||||
expect(screen.getByRole('button', { name: 'Going' })).toBeDisabled()
|
||||
expect(screen.getByText('Registration has been closed by the organizer.')).toBeInTheDocument()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user