From 6e4e1050d9dba2b7b2523fdd1768823ab85feef4 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 20 Aug 2020 18:42:06 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-3-stable-ee --- spec/features/commits_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/features/commits_spec.rb') diff --git a/spec/features/commits_spec.rb b/spec/features/commits_spec.rb index 60c37d1e125..e66a40720da 100644 --- a/spec/features/commits_spec.rb +++ b/spec/features/commits_spec.rb @@ -112,7 +112,7 @@ RSpec.describe 'Commits' do describe 'Cancel build' do it 'cancels build', :js, :sidekiq_might_not_need_inline do visit pipeline_path(pipeline) - find('.js-btn-cancel-pipeline').click + find('[data-testid="cancelPipeline"]').click expect(page).to have_content 'canceled' end end -- cgit v1.2.1