Loading features/step_definitions/mobile_steps.rb +1 −1 Original line number Diff line number Diff line Loading @@ -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| Loading Loading
features/step_definitions/mobile_steps.rb +1 −1 Original line number Diff line number Diff line Loading @@ -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| Loading