tests
tests
This commit is contained in:
parent
a431a58fd5
commit
33166f71c6
1 changed files with 3 additions and 0 deletions
|
|
@ -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",
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue