Json – Cypress – AssertionError: expected [ { payload: { data: [Object] } } ] to have property 'TotalMessageUI_ObjectClicked'
I'm trying to verify TotalMessageUI_ObjectClicked contains a value other than NULL or 0 But I keep getting this error: AssertionError: expected [ { payload: { data: [Object] } } ] to have property 'TotalMessageUI_ObjectClicked' What is the best way to…