You need to sign in or sign up before continuing.
Commit 82237c68 authored by Clement Ho's avatar Clement Ho

Fix rspec failure

parent 1878d790
Pipeline #12537266 passed with stages
in 69 minutes and 6 seconds
......@@ -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
find('body').trigger 'click'
expect(page).not_to have_selector menu_selector
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