Commit 469dfa43 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'deleted-source-branch-comment' into 'master'

Explain "js: true" in "deleted_source_branch_spec.rb"

See merge request !7949
parents d9ef41cf 2b5a24a8
require 'spec_helper'
# This test serves as a regression test for a bug that caused an error
# message to be shown by JavaScript when the source branch was deleted.
# Please do not remove "js: true".
describe 'Deleted source branch', feature: true, js: true do
let(:user) { create(:user) }
let(:merge_request) { create(:merge_request) }
......
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