summaryrefslogtreecommitdiff
path: root/spec/features/projects/commit/builds_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-29 21:10:03 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-29 21:10:03 +0000
commit1785d4e4aa1834e39c6d46527076d0f9054e329f (patch)
tree577894a97f873f6ce57181badc29a4814f5ef193 /spec/features/projects/commit/builds_spec.rb
parent71dc16a12c2b0aaeee3a8fa55aa1ca880f5699b4 (diff)
downloadgitlab-ce-1785d4e4aa1834e39c6d46527076d0f9054e329f.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/projects/commit/builds_spec.rb')
-rw-r--r--spec/features/projects/commit/builds_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/commit/builds_spec.rb b/spec/features/projects/commit/builds_spec.rb
index 00ec9d49a10..7b10f72006f 100644
--- a/spec/features/projects/commit/builds_spec.rb
+++ b/spec/features/projects/commit/builds_spec.rb
@@ -30,7 +30,7 @@ RSpec.describe 'project commit pipelines', :js do
wait_for_requests
page.within('.merge-request-info') do
- expect(page).not_to have_selector '.spinner'
+ expect(page).not_to have_selector '.gl-spinner'
expect(page).to have_content 'No related merge requests found'
end
end