summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/support/features/issuable_quick_actions_shared_examples.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/support/features/issuable_quick_actions_shared_examples.rb b/spec/support/features/issuable_quick_actions_shared_examples.rb
index fa2b3db3bdf..846e697eb96 100644
--- a/spec/support/features/issuable_quick_actions_shared_examples.rb
+++ b/spec/support/features/issuable_quick_actions_shared_examples.rb
@@ -309,7 +309,7 @@ shared_examples 'issuable record that supports quick actions in its description
project.add_guest(guest)
gitlab_sign_out
- gitlab_sign_in(guest)
+ sign_in(guest)
visit public_send("project_#{issuable_type}_path", project, issuable)
end
@@ -346,7 +346,7 @@ shared_examples 'issuable record that supports quick actions in its description
project.add_guest(guest)
gitlab_sign_out
- gitlab_sign_in(guest)
+ sign_in(guest)
visit public_send("project_#{issuable_type}_path", project, issuable)
end