specify the scope in our DOM when grouping in cuces to please IE

pull/6827/head
jwollert 13 years ago
parent cca54ccdd3
commit e8352e28a8
  1. 2
      features/step_definitions/custom_steps.rb

@ -91,7 +91,7 @@ Then /^(?:|I )should( not)? see "([^\"]*)" in (columns|rows)$/ do |negation, tex
end
Given /^I group (rows|columns) by "([^\"]*)"/ do |target, group|
When %{I select "#{group}" from "add_group_by_#{target}"}
When %{I select "#{group}" from "add_group_by_#{target}" within "#group_by_#{target}"}
end
Given /^I remove "([^\"]*)" from (rows|columns)/ do |group, source|

Loading…
Cancel
Save