Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

fillField fails with longer text #240

Open
greg606 opened this issue Apr 7, 2016 · 1 comment
Open

fillField fails with longer text #240

greg606 opened this issue Apr 7, 2016 · 1 comment

Comments

@greg606
Copy link

greg606 commented Apr 7, 2016

this code fails (this is javascript, selenium with phantomjs):

$randomEmail = md5(uniqid(rand(), true)).'@email.com';
        $this->fillField($field, $randomEmail);
        $this->assertFieldContains($field, $randomEmail);

with the following error:

The field "app_bundle_members_type[members][0][personalData][email]" value is "3fbba3dfbb710e97fd56", but "[email protected]" expected. (Behat\Mink\Exception\ExpectationException)

@aik099
Copy link

aik099 commented Apr 7, 2016

Doesn't look like bug in MinkExtension, but rather with a particular driver (or even PhantomJS bug). And therefore I suggest reporting in relevant Mink driver repo instead.

Does same problem happen if using real Selenium, not PhantomJS or with any other driver?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants