From 0407f1573d1b3468f9fdcdd363996acc9d3052b1 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 27 Oct 2022 15:09:49 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/features/projects/settings/user_changes_default_branch_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/features') diff --git a/spec/features/projects/settings/user_changes_default_branch_spec.rb b/spec/features/projects/settings/user_changes_default_branch_spec.rb index 508bbcc5327..bf064839bd7 100644 --- a/spec/features/projects/settings/user_changes_default_branch_spec.rb +++ b/spec/features/projects/settings/user_changes_default_branch_spec.rb @@ -25,11 +25,11 @@ RSpec.describe 'Projects > Settings > User changes default branch' do fill_in 'Search branch', with: 'fix' click_button 'fix' - page.within '#default-branch-settings' do + page.within '#branch-defaults-settings' do click_button 'Save changes' end - expect(find("#{dropdown_selector} input", visible: false).value).to eq 'fix' + expect(find(dropdown_selector)).to have_text 'fix' end end -- cgit v1.2.3