9122eeff9d
- Update login-form.test.tsx to remove screen.getByRole('form') assertions
- Tests now check for form elements directly by label text
10 lines
123 B
JavaScript
10 lines
123 B
JavaScript
"use strict";
|
|
|
|
module.exports.STATUS_MAPPING = {
|
|
mapped: 1,
|
|
valid: 2,
|
|
disallowed: 3,
|
|
deviation: 6,
|
|
ignored: 7
|
|
};
|