Commit dfac7430 authored by jboyson's avatar jboyson

Refactor test to use findComponent

Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/295679
parent 39e47fd5
......@@ -79,7 +79,7 @@ describe('Subscription Details Table', () => {
it('displays a loader', () => {
createComponent([]);
expect(wrapper.find(GlSkeletonLoader).exists()).toBe(true);
expect(wrapper.findComponent(GlSkeletonLoader).exists()).toBe(true);
});
});
});
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