capycorder icon indicating copy to clipboard operation
capycorder copied to clipboard

Fix: filling of test name included in output

Open polarblau opened this issue 12 years ago • 2 comments

it 'should navigate to post' do
  visit('/')
  fill_in('capycorder-spec-name', :with => 'should navigate to post')
  click_link('“Foobar”')
  page.should have_selector('h2')
end

polarblau avatar Jun 14 '12 14:06 polarblau

Unfortunately this seems to be a regression caused by the implementation for #9.

polarblau avatar Jun 14 '12 21:06 polarblau

Better than this work–around would probably be to use a proper form and simply bind the submit event, since ENTER will trigger that anyways.

polarblau avatar Jun 14 '12 21:06 polarblau