Commit 76ad6046f97087e467dff2a5e647df3098c3d520
1 parent
6c8a17d0
Exists in
spb-stable
and in
3 other branches
Fix tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
spec/features/notes_on_merge_requests_spec.rb
... | ... | @@ -166,7 +166,7 @@ describe "On a merge request diff", js: true, focus: true do |
166 | 166 | end |
167 | 167 | |
168 | 168 | it "should be removed when canceled" do |
169 | - within(".file form[rel$='4735dfc552ad7bf15ca468adc3cad9d05b624490_172_185']") do | |
169 | + within(".diff-file form[rel$='4735dfc552ad7bf15ca468adc3cad9d05b624490_172_185']") do | |
170 | 170 | find(".js-close-discussion-note-form").trigger("click") |
171 | 171 | end |
172 | 172 | ... | ... |