mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
fix format (#2599)
This commit is contained in:
@@ -35,7 +35,7 @@ describe('WelcomeStep', () => {
|
||||
it('CTA has proper ARIA attributes for accessibility', () => {
|
||||
renderWithProviders(<WelcomeStep onNext={() => {}} />);
|
||||
const button = screen.getByRole('button', { name: 'Get Started' });
|
||||
|
||||
|
||||
expect(button).toHaveAttribute('aria-label', 'Get Started');
|
||||
expect(button).toHaveAttribute('aria-live', 'polite');
|
||||
expect(button).toHaveAttribute('aria-busy', 'false');
|
||||
|
||||
Reference in New Issue
Block a user