summaryrefslogtreecommitdiff
path: root/spec/frontend/members/components/action_buttons/resend_invite_button_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/members/components/action_buttons/resend_invite_button_spec.js')
-rw-r--r--spec/frontend/members/components/action_buttons/resend_invite_button_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/members/components/action_buttons/resend_invite_button_spec.js b/spec/frontend/members/components/action_buttons/resend_invite_button_spec.js
index 8e933d16463..51cfd47ddf4 100644
--- a/spec/frontend/members/components/action_buttons/resend_invite_button_spec.js
+++ b/spec/frontend/members/components/action_buttons/resend_invite_button_spec.js
@@ -44,7 +44,7 @@ describe('ResendInviteButton', () => {
};
const findForm = () => wrapper.find('form');
- const findButton = () => findForm().find(GlButton);
+ const findButton = () => findForm().findComponent(GlButton);
beforeEach(() => {
createComponent();