9 use Magento\Checkout\Test\Page\CheckoutOnepage;
10 use Magento\Mtf\Constraint\AbstractConstraint;
34 CheckoutOnepage $checkoutOnepage
36 \PHPUnit\Framework\Assert::assertEquals(
38 $checkoutOnepage->getShippingBlock()->getEmailTooltip(),
39 'Email tooltip is not correct.' 42 \PHPUnit\Framework\Assert::assertEquals(
43 self::EMAIL_INSTRUCTIONS,
44 $checkoutOnepage->getShippingBlock()->getEmailInstructions(),
45 'Email instructions are not correct.' 56 return 'Email field tooltips are present.';