Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-26 03:10:08 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-26 03:10:08 +0300
commitdac3263909b0bc570d58b4385c2a56e5351222e3 (patch)
treed587db1580054a82296f48eaf31ae1f50b4810b0 /spec/features
parent1c61faf876f0da721dde9dc52fb28ab0e7330c6d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/projects/branches_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/branches_spec.rb b/spec/features/projects/branches_spec.rb
index 50df7bb7ca5..de805820de6 100644
--- a/spec/features/projects/branches_spec.rb
+++ b/spec/features/projects/branches_spec.rb
@@ -299,7 +299,7 @@ RSpec.describe 'Branches', feature_category: :groups_and_projects do
it 'shows pipeline status when available' do
page.within first('.all-branches li') do
- expect(page).to have_css 'a.ci-status-icon-success'
+ expect(page).to have_css 'a.gl-badge .ci-status-icon-success'
end
end