Skip to content

Commit

Permalink
Ensure we clear msg.payload before setting dynamic class
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Jan 19, 2024
1 parent 96cb74d commit 244cca6
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions cypress/fixtures/flows/dashboard-dynamic-class.json
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,11 @@
"pt": "msg",
"to": "test-class",
"tot": "str"
},
{
"t": "delete",
"p": "payload",
"pt": "msg"
}
],
"action": "",
Expand Down Expand Up @@ -685,6 +690,11 @@
"pt": "msg",
"to": "test-class",
"tot": "str"
},
{
"t": "delete",
"p": "payload",
"pt": "msg"
}
],
"action": "",
Expand Down Expand Up @@ -712,6 +722,11 @@
"pt": "msg",
"to": "test-class",
"tot": "str"
},
{
"t": "delete",
"p": "payload",
"pt": "msg"
}
],
"action": "",
Expand Down Expand Up @@ -739,6 +754,11 @@
"pt": "msg",
"to": "test-class",
"tot": "str"
},
{
"t": "delete",
"p": "payload",
"pt": "msg"
}
],
"action": "",
Expand Down Expand Up @@ -766,6 +786,11 @@
"pt": "msg",
"to": "test-class",
"tot": "str"
},
{
"t": "delete",
"p": "payload",
"pt": "msg"
}
],
"action": "",
Expand Down Expand Up @@ -793,6 +818,11 @@
"pt": "msg",
"to": "test-class",
"tot": "str"
},
{
"t": "delete",
"p": "payload",
"pt": "msg"
}
],
"action": "",
Expand Down Expand Up @@ -820,6 +850,11 @@
"pt": "msg",
"to": "test-class",
"tot": "str"
},
{
"t": "delete",
"p": "payload",
"pt": "msg"
}
],
"action": "",
Expand Down Expand Up @@ -847,6 +882,11 @@
"pt": "msg",
"to": "test-class",
"tot": "str"
},
{
"t": "delete",
"p": "payload",
"pt": "msg"
}
],
"action": "",
Expand Down Expand Up @@ -874,6 +914,11 @@
"pt": "msg",
"to": "test-class",
"tot": "str"
},
{
"t": "delete",
"p": "payload",
"pt": "msg"
}
],
"action": "",
Expand Down

0 comments on commit 244cca6

Please sign in to comment.