Commit b794fdbb authored by Robert Schilling's avatar Robert Schilling

Merge pull request #7838 from cirosantilli/evaluate-exec

evaluate -> execute_script when return not needed.
parents b6470231 b9c2e6eb
......@@ -12,7 +12,7 @@ class Spinach::Features::ProjectMultiselectBlob < Spinach::FeatureSteps
step "I shift-click line #{line_number} in file" do
script = "$('#L#{line_number}').trigger($.Event('click', { shiftKey: true }));"
page.evaluate_script(script)
execute_script(script)
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment