// 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`] = `
"
Value: 4
Value: 400
Current Color:
red
Loading
"
`;
exports[`open act window action with invalid viewtype => empty widget is rendered + warning 1`] = `
"
Invalid View type
Cannot find view of type 'kanban' in the view registry
Loading
"
`;
exports[`start with no action => clicks on client action => discuss is rendered 1`] = `
"
Value: 4
Value: 400
Current Color:
red
Loading
"
`;