Fix comment style violation

This commit is contained in:
Sage Ross 2021-12-30 18:22:07 -08:00 committed by Benjamin Neff
parent 4588ce11c9
commit 4fe52a72f1
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -14,7 +14,7 @@ Then(/^I should see "([^"]*)" hashtag in the hovercard$/) do |tag|
end end
When(/^I deactivate the first hovercard$/) do When(/^I deactivate the first hovercard$/) do
find("input#q").click # Click something else instead — e.g., search — to deactive it find("input#q").click # Click something else instead to deactive it
end end
Then(/^I should not see a hovercard$/) do Then(/^I should not see a hovercard$/) do