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:
+10
@@ -0,0 +1,10 @@
|
||||
export {
|
||||
FLAG,
|
||||
parseImpl,
|
||||
IResult,
|
||||
getEmptyResult,
|
||||
resetResult,
|
||||
} from './src/factory';
|
||||
export { IPublicSuffix, ISuffixLookupOptions } from './src/lookup/interface';
|
||||
export { default as fastPathLookup } from './src/lookup/fast-path';
|
||||
export { IOptions, setDefaults } from './src/options';
|
||||
Reference in New Issue
Block a user