Commit 244d7e22 authored by Rajendra Kadam's avatar Rajendra Kadam Committed by Axel Garcia

Fix trackingjs spec

parent a38725ba
......@@ -272,7 +272,7 @@ describe('Tracking', () => {
checkbox.click(); // unchecking
expect(eventSpy).toHaveBeenCalledWith('_category_', 'toggle_checkbox', {
value: false,
value: 0,
});
checkbox.click(); // checking
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment