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:
regexowl 2024-10-02 11:09:30 +02:00 committed by Michal Gold
parent bde02b7eec
commit ae5074a83d

View file

@ -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();
});