On the file AddCartPopupAjaxResponseTest.php
on line 42 please add t() function like below in order to tranlate text for others langage.
$this->assertSession()->pageTextNotContains(t("The item has been added to your cart."), 'Popup was found before AJAX finished.');
Comments
Comment #2
subhojit777I don't think that this is necessary. The test is not run on a multilingual setup, therefore, it will not expect a translated string.