Fix merge_request_spec

This commit is contained in:
Annabel Dunstone Gray 2017-11-07 08:47:09 -07:00
parent d45fef88f7
commit a2e2b11cf5
No known key found for this signature in database
GPG Key ID: 7C8C78A372AD7A2D
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ shared_examples 'discussion comments' do |resource_name|
expect(page).not_to have_selector menu_selector
find(toggle_selector).click
find('body').click
execute_script("document.querySelector('body').click()")
expect(page).not_to have_selector menu_selector
end