Commit cc59a8c9 authored by Miguel Rincon's avatar Miguel Rincon

Merge branch 'jdb/find-component-subsription_details_table_spec' into 'master'

Refactor test to use findComponent

See merge request gitlab-org/gitlab!60727
parents 391cfd7f dfac7430
......@@ -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