Commit 7c8d66cc authored by Imre Farkas's avatar Imre Farkas

Merge branch 'fix-operations-settings-spec' into 'master'

Fix operations settings incidents spec

Closes #227784

See merge request gitlab-org/gitlab!39454
parents d76b63ea ed964196
......@@ -46,11 +46,14 @@ RSpec.describe 'Projects > Settings > For a forked project', :js do
it 'updates form values' do
check(create_issue)
uncheck(send_email)
click_on('No template selected')
click_on('bug')
save_form
click_expand_incident_management_button
expect(find_field(create_issue)).to be_checked
expect(page).to have_selector(:id, 'alert-integration-settings-issue-template', text: 'bug')
expect(find_field(send_email)).not_to be_checked
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment