In Codeception the fillField works fine when I have
<input type="text" name="email">
but it does not work when <input type="email" name="email">
I have tried with the following code
$I->fillField('input[name=email]', 'user@domain.com');
Also With $I->fillField('email', 'user@domain.com');
But it does not work. I am getting the following error.
ElementNotVisibleException: Element is not currently visible