summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-19 16:44:58 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-19 16:44:58 +0000
commit7ac10f260ac8ba1397c4a725190120bbfce18cbe (patch)
tree09ba9c8968a670a6a7724bd7c505f3d850ba9aaa
parentffd31180c9a4198b3bbd2c34f272f30ecadfa5a7 (diff)
downloadgitlab-ce-7ac10f260ac8ba1397c4a725190120bbfce18cbe.tar.gz
Add latest changes from gitlab-org/security/gitlab@15-1-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 db64f84aa76..9dcf3c5ab99 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