add style for actor tiles
render actors got from backend backend test code to get actors
This commit is contained in:
@ -20,13 +20,7 @@ describe('<Preview/>', function () {
|
||||
const func = jest.fn();
|
||||
|
||||
const wrapper = shallow(<Preview/>);
|
||||
wrapper.setProps({
|
||||
viewbinding: {
|
||||
changeRootElement: () => {
|
||||
func();
|
||||
}
|
||||
}
|
||||
});
|
||||
prepareViewBinding(func);
|
||||
|
||||
wrapper.find('.videopreview').simulate('click');
|
||||
|
||||
|
Reference in New Issue
Block a user