perhaps stabilize features/mobile/invitations.feature:8

This commit is contained in:
Jonne Haß 2016-08-11 16:27:28 +02:00
parent 88ecba14d2
commit e1ed2cacbb
No known key found for this signature in database
GPG key ID: F347E0EB47AC70D6

View file

@ -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