@login @ime-default-on Scenario Outline: Input settings display # features/settings_panel.feature:4 Given I am # features/step_definitions/common_steps.rb:5 And I am on a page without interlanguage links # features/step_definitions/cog_sidebar_user_steps.rb:5 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 Then I can disable input methods # features/step_definitions/panel_steps.rb:42 And I can enable input methods # features/step_definitions/panel_steps.rb:46 Examples: | user status | | logged out | 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:8:in `And I switch to Input panel of language settings' | logged in | 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:8:in `And I switch to Input panel of language settings'