You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
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.
The text was updated successfully, but these errors were encountered: