Unverified Commit e1ed2cac authored by Jonne Haß's avatar Jonne Haß
Browse files

perhaps stabilize features/mobile/invitations.feature:8

parent 88ecba14
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ end

Then /^the aspect dropdown within "([^"]*)" should be labeled "([^"]*)"/ do |selector, label|
  within(selector) do
    current_scope.should have_css("option.list_cover", :text => label)
    current_scope.should have_no_css("option.list_cover", text: "updating...")
    current_scope.should have_css("option.list_cover", text: label)
  end
end