perhaps stabilize features/mobile/invitations.feature:8
This commit is contained in:
parent
88ecba14d2
commit
e1ed2cacbb
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue