correct assessible name for link - issue #1780

This commit is contained in:
Laurent GAY
2025-06-26 11:16:47 +02:00
parent 469f43f417
commit ef1adecc12
6 changed files with 116 additions and 8 deletions

View File

@@ -138,6 +138,7 @@ describe("ParticipationWithoutAccount", () => {
wrapper.find("form").trigger("submit");
await flushPromises();
expect(wrapper.vm.error).toBe(false);
expect(requestHandlers.joinEventMutationHandler).toHaveBeenCalledWith(
expect.objectContaining(joinEventMock)
@@ -215,6 +216,7 @@ describe("ParticipationWithoutAccount", () => {
wrapper.find("form").trigger("submit");
await flushPromises();
expect(wrapper.vm.error).toBe(false);
expect(requestHandlers.joinEventMutationHandler).toHaveBeenCalledWith(
expect.objectContaining(joinEventMock)