fix(frontend): Fix lint and type errors in test files
- Remove unused imports (fireEvent, IssueStatus) in issue component tests - Add E2E global type declarations for __TEST_AUTH_STORE__ - Fix toHaveAccessibleName assertion with regex pattern 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
import { render, screen } from '@testing-library/react';
|
||||
import userEvent from '@testing-library/user-event';
|
||||
import { StatusWorkflow } from '@/features/issues/components/StatusWorkflow';
|
||||
import type { IssueStatus } from '@/features/issues/types';
|
||||
|
||||
describe('StatusWorkflow', () => {
|
||||
const mockOnStatusChange = jest.fn();
|
||||
|
||||
Reference in New Issue
Block a user