Fix frontend test assertions - remove inaccessible form role checks
- Update login-form.test.tsx to remove screen.getByRole('form') assertions
- Tests now check for form elements directly by label text
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import cjsModule from './index.js';
|
||||
|
||||
export const escapePathForRegex = cjsModule.escapePathForRegex;
|
||||
export const escapeStrForRegex = cjsModule.escapeStrForRegex;
|
||||
export const replacePathSepForRegex = cjsModule.replacePathSepForRegex;
|
||||
Reference in New Issue
Block a user