From c82ca12a1c5a359325cb45aaf01b483d1fa0efcb Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 26 Aug 2020 15:10:29 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/features/projects/show/user_sees_setup_shortcut_buttons_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/features/projects/show/user_sees_setup_shortcut_buttons_spec.rb') diff --git a/spec/features/projects/show/user_sees_setup_shortcut_buttons_spec.rb b/spec/features/projects/show/user_sees_setup_shortcut_buttons_spec.rb index afa9de5ce86..81736fefae9 100644 --- a/spec/features/projects/show/user_sees_setup_shortcut_buttons_spec.rb +++ b/spec/features/projects/show/user_sees_setup_shortcut_buttons_spec.rb @@ -226,7 +226,7 @@ RSpec.describe 'Projects > Show > User sees setup shortcut buttons' do expect(project.repository.gitlab_ci_yml).to be_nil page.within('.project-buttons') do - expect(page).to have_link('Set up CI/CD', href: presenter.add_ci_yml_path) + expect(page).to have_link('Set up CI/CD', href: presenter.add_ci_yml_ide_path) end end -- cgit v1.2.3