// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`can be rendered (in home menu) 1`] = `
"
"
`;
exports[`clicks on client action with invalid key => empty widget is rendered + warning 1`] = `
"
Invalid Client Action
Cannot find widget 'mail.discuss' in the action registry
Loading
"
`;
exports[`if url has action_id, will render action and navigate to proper menu_id 1`] = `
"
DISCUSS!!
Value: 4
Value: 400
Current Color:
red
Loading
"
`;
exports[`start with no action => clicks on client action => discuss is rendered 1`] = `
"
DISCUSS!!
Value: 4
Value: 400
Current Color:
red
Loading
"
`;