stabilize features/mobile/drawer.feature:59

This commit is contained in:
Jonne Haß 2016-08-11 15:52:31 +02:00
parent 20d0a6e29d
commit 8d5d2db0bf
No known key found for this signature in database
GPG key ID: F347E0EB47AC70D6

View file

@ -12,7 +12,7 @@ end
When /^I open the drawer$/ do
find("#menu-badge").click
expect(find("#app")["class"]).to include "draw"
expect(page).to have_css("#app.draw")
end
Then /^the aspect dropdown within "([^"]*)" should be labeled "([^"]*)"/ do |selector, label|