Commit 69b84d37 authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

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

Replace find with findComponent

See merge request gitlab-org/gitlab!64140
parents 6df280ba 06c11258
......@@ -20,7 +20,7 @@ describe('Qrtly Reconciliation Alert', () => {
});
};
const findAlert = () => wrapper.find(GlAlert);
const findAlert = () => wrapper.findComponent(GlAlert);
beforeEach(() => {
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