From 4fe52a72f15c20691f52e3aa1d6ea7f953a3d0e5 Mon Sep 17 00:00:00 2001 From: Sage Ross Date: Thu, 30 Dec 2021 18:22:07 -0800 Subject: [PATCH] Fix comment style violation --- features/step_definitions/hovercard_steps.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/step_definitions/hovercard_steps.rb b/features/step_definitions/hovercard_steps.rb index 3235d43e8..2fa367b3f 100644 --- a/features/step_definitions/hovercard_steps.rb +++ b/features/step_definitions/hovercard_steps.rb @@ -14,7 +14,7 @@ Then(/^I should see "([^"]*)" hashtag in the hovercard$/) do |tag| end 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 Then(/^I should not see a hovercard$/) do