Commit af886524 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'jdb/replace-find-approvers_column_spec' into 'master'

Replace find with findComponent: approvers_column_spec

See merge request gitlab-org/gitlab!60940
parents 62795d2f d619ede5
......@@ -48,8 +48,8 @@ describe('ApproversColumn component', () => {
if (wrapper) wrapper.destroy();
});
const findAvatar = () => wrapper.find(GlAvatarLink);
const findInlineAvatars = () => wrapper.find(GlAvatarsInline);
const findAvatar = () => wrapper.findComponent(GlAvatarLink);
const findInlineAvatars = () => wrapper.findComponent(GlAvatarsInline);
describe('when an empty list approvers is passed', () => {
beforeEach(() => {
......
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