test: Update test naming
The incorrect "registration" name is bothering me. Also updated the name of the first describe block to match the pattern we have in other test files.
This commit is contained in:
parent
bde02b7eec
commit
ae5074a83d
1 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ const clickRevisitButton = async () => {
|
|||
await waitFor(() => user.click(revisitButton));
|
||||
};
|
||||
|
||||
describe('validates name', () => {
|
||||
describe('Step Details', () => {
|
||||
beforeEach(async () => {
|
||||
vi.clearAllMocks();
|
||||
});
|
||||
|
|
@ -97,7 +97,7 @@ describe('validates name', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('registration request generated correctly', () => {
|
||||
describe('Details request generated correctly', () => {
|
||||
beforeEach(async () => {
|
||||
vi.clearAllMocks();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue