stabilize features/mobile/drawer.feature:59
This commit is contained in:
parent
20d0a6e29d
commit
8d5d2db0bf
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ end
|
||||||
|
|
||||||
When /^I open the drawer$/ do
|
When /^I open the drawer$/ do
|
||||||
find("#menu-badge").click
|
find("#menu-badge").click
|
||||||
expect(find("#app")["class"]).to include "draw"
|
expect(page).to have_css("#app.draw")
|
||||||
end
|
end
|
||||||
|
|
||||||
Then /^the aspect dropdown within "([^"]*)" should be labeled "([^"]*)"/ do |selector, label|
|
Then /^the aspect dropdown within "([^"]*)" should be labeled "([^"]*)"/ do |selector, label|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue