Scenario: How to use link appears in the Input settings panel # features/settings_panel.feature:17 Given I am at random page # features/step_definitions/common_steps.rb:1 When I open ULS # features/step_definitions/font_selection_steps.rb:17 And I switch to Input panel of language settings # features/step_definitions/panel_steps.rb:79 unable to locate element, using {:id=>"input-panel-trigger", :tag_name=>"div"} (Watir::Exception::UnknownObjectException) ./features/step_definitions/panel_steps.rb:80:in `/^I switch to Input panel of language settings$/' features/settings_panel.feature:20:in `And I switch to Input panel of language settings' And I click the button with the ellipsis # features/step_definitions/common_steps.rb:29 And in the language filter I type ml # features/step_definitions/common_steps.rb:33 And I click on the link to select Malayalam # features/step_definitions/live_preview_of_display_language_steps.rb:17 Then I should see the How to use link near the Malayalam transliteration item # features/step_definitions/cog_sidebar_user_steps.rb:104