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:
+8
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.version = void 0;
|
||||
/**
|
||||
* The version of `tough-cookie`
|
||||
* @public
|
||||
*/
|
||||
exports.version = '5.1.2';
|
||||
Reference in New Issue
Block a user