Skip to content
代码片段 群组 项目
提交 3e21c30a 编辑于 作者: Natalia Tepluhina's avatar Natalia Tepluhina
浏览文件

Merge branch '413305-fix-image-list-row' into 'master'

No related branches found
No related tags found
无相关合并请求
...@@ -82,7 +82,7 @@ describe('Image List Row', () => { ...@@ -82,7 +82,7 @@ describe('Image List Row', () => {
const trackingSpy = mockTracking(undefined, wrapper.element, jest.spyOn); const trackingSpy = mockTracking(undefined, wrapper.element, jest.spyOn);
const mockFocusFn = jest.fn(); const mockFocusFn = jest.fn();
wrapper.vm.$refs.imageName.$el.focus = mockFocusFn; wrapper.findComponent(RouterLink).element.focus = mockFocusFn;
await findShowFullPathButton().trigger('click'); await findShowFullPathButton().trigger('click');
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册