fix(test): update login test to expect MikroTik instead of MSP
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -144,7 +144,7 @@ describe('LoginPage', () => {
|
||||
render(<LoginPage />)
|
||||
|
||||
expect(screen.getByText('TOD - The Other Dude')).toBeInTheDocument()
|
||||
expect(screen.getByText('MSP Fleet Management')).toBeInTheDocument()
|
||||
expect(screen.getByText('MikroTik Fleet Management')).toBeInTheDocument()
|
||||
})
|
||||
|
||||
it('shows error message on failed login', async () => {
|
||||
|
||||
Reference in New Issue
Block a user