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

Run into issue since ericmartel/codeception-email v1.0.3 #20

Open
fnagel opened this issue Mar 30, 2020 · 0 comments
Open

Run into issue since ericmartel/codeception-email v1.0.3 #20

fnagel opened this issue Mar 30, 2020 · 0 comments

Comments

@fnagel
Copy link

fnagel commented Mar 30, 2020

Since ericmartel/codeception-email 1.0.3 I'm getting an error thrown when using $I->seeInOpenedEmailRecipients();. Works as expected when downgrading to 1.0.2

Test  ../../../tests/acceptance/HomepageCest.php:confirmHomepageForm

  [Error] Call to undefined method Codeception\Module\MailHog::assertStringContainsString()


Scenario Steps:

 4. $I->seeInOpenedEmailRecipients("[email protected]") at ../../../tests/acceptance/HomepageCest.php:77
 3. $I->openNextUnreadEmail() at ../../../tests/acceptance/HomepageCest.php:76
 2. $I->fetchEmails() at ../../../tests/acceptance/HomepageCest.php:75
 1. // As a potential user

#1  /var/www/xyz/vendor/ericmartel/codeception-email/src/TestsEmails.php:333
#2  /var/www/xyz/vendor/ericmartel/codeception-email/src/TestsEmails.php:307
#3  Codeception\Module\MailHog->seeInOpenedEmailRecipients
#4  /var/www/xyz/tests/_support/_generated/AcceptanceTesterActions.php:4412
#5  /var/www/xyz/tests/acceptance/HomepageCest.php:77
#6  HomepageCest->confirmHomepageForm
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

1 participant