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
<buttontype="submit" class="btn btn-success" name="start_game" value="yes">Start new game</button>
my test code
$I->seeInField(['name' => 'start_game'], 'yes');
produce this error.
Digging into your code I found that I was not supposed to try it with button input.
And this line of your library has mistake. $nodes is an object which has no __toString(), it cannot be inserted into string
The text was updated successfully, but these errors were encountered:
Hi.
I am writing a functional test.
For html
my test code
produce this error.
Digging into your code I found that I was not supposed to try it with button input.
And this line of your library has mistake. $nodes is an object which has no __toString(), it cannot be inserted into string
The text was updated successfully, but these errors were encountered: