Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InnerBrowser::getFormFor attempts to insert a submit button incorrectly #1381

Closed
zbateson opened this issue Sep 5, 2014 · 0 comments
Closed

Comments

@zbateson
Copy link
Member

zbateson commented Sep 5, 2014

getFormFor calls current() without first calling rewind(), which causes it to return null. The call to first() is a DomCrawler call. It does not set the pointer.

zbateson added a commit to zbateson/Codeception that referenced this issue Sep 5, 2014
Unit test and fix for forms with document-relative paths for action -
issue Codeception#1274

This fix relies on the fix for issue Codeception#1381 to pass all tests (that issue
causes another test to fail with a fatal error)
DavertMik added a commit that referenced this issue Sep 27, 2014
Fix for #1381 - fillField fails for a form without a submit button
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants