Commit 06c11258 authored by jboyson's avatar jboyson

Replace find with findComponent

parent 257c3b3f
...@@ -20,7 +20,7 @@ describe('Qrtly Reconciliation Alert', () => { ...@@ -20,7 +20,7 @@ describe('Qrtly Reconciliation Alert', () => {
}); });
}; };
const findAlert = () => wrapper.find(GlAlert); const findAlert = () => wrapper.findComponent(GlAlert);
beforeEach(() => { beforeEach(() => {
wrapper = createComponent(); wrapper = createComponent();
......
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