tests
This commit is contained in:
CarlNation 2024-12-11 13:58:33 -05:00
parent a431a58fd5
commit 33166f71c6

View file

@ -784,6 +784,7 @@ describe("Actions", () => {
const response = await actions.loadSession(context, { const response = await actions.loadSession(context, {
payload: { payload: {
savedSessionId: "", savedSessionId: "",
referralDate: "2024-12-11T00:29:41.967",
}, },
pageNameToLog: "test", pageNameToLog: "test",
}); });
@ -813,6 +814,7 @@ describe("Actions", () => {
const response = await actions.loadSession(context, { const response = await actions.loadSession(context, {
payload: { payload: {
savedSessionId: "", savedSessionId: "",
referralDate: "2024-12-11T00:29:41.967",
}, },
pageNameToLog: "test", pageNameToLog: "test",
}); });
@ -841,6 +843,7 @@ describe("Actions", () => {
const response = await actions.loadSession(context, { const response = await actions.loadSession(context, {
payload: { payload: {
savedSessionId: "", savedSessionId: "",
referralDate: "2024-12-11T00:29:41.967",
}, },
pageNameToLog: "test", pageNameToLog: "test",
}); });