OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/features/step_definitions/selected_widgets_steps.rb

4 lines
146 B

Then /^the "(.+)" widget should be in the hidden block$/ do |widget_name|
steps %{Then I should see "#{widget_name}" within "#list-hidden"}
end