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

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|