diff options
Diffstat (limited to 'spec/features/issues_spec.rb')
-rw-r--r-- | spec/features/issues_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/issues_spec.rb b/spec/features/issues_spec.rb index df42009ec24..aa7a9c50d16 100644 --- a/spec/features/issues_spec.rb +++ b/spec/features/issues_spec.rb @@ -484,7 +484,7 @@ describe 'Issues', feature: true do it 'shows assignee text', js: true do logout - login_with guest + gitlab_sign_in guest visit namespace_project_issue_path(project.namespace, project, issue) expect(page).to have_content issue.assignees.first.name @@ -547,7 +547,7 @@ describe 'Issues', feature: true do it 'shows milestone text', js: true do logout - login_with guest + gitlab_sign_in guest visit namespace_project_issue_path(project.namespace, project, issue) expect(page).to have_content milestone.title |