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>2022-08-19 19:25:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-19 19:25:41 +0300
commitbc472e0aae8e30c07ebd241d109b6d2f11c06a17 (patch)
tree80675e3dc4d6166997145851a80c7f00386f4b56
parent4ecb014a9353d25d25249cceb268ee34eab0c96b (diff)
Add latest changes from gitlab-org/security/gitlab@15-2-stable-ee
-rw-r--r--spec/features/projects_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects_spec.rb b/spec/features/projects_spec.rb
index f6f9c7f0d3c..c7794b6c8b7 100644
--- a/spec/features/projects_spec.rb
+++ b/spec/features/projects_spec.rb
@@ -329,7 +329,7 @@ RSpec.describe 'Project' do
it 'has working links to submodules' do
click_link('645f6c4c')
- expect(page).to have_selector('.qa-branches-select', text: '645f6c4c82fd3f5e06f67134450a570b795e55a6') # rubocop:disable QA/SelectorUsage
+ expect(page).to have_selector('[data-testid="branches-select"]', text: '645f6c4c82fd3f5e06f67134450a570b795e55a6')
end
context 'for signed commit on default branch', :js do