9 use Magento\Install\Test\Page\Install;
10 use Magento\Mtf\Constraint\AbstractConstraint;
37 \PHPUnit\Framework\Assert::assertContains(
38 self::LICENSE_AGREEMENT_TEXT,
39 $installPage->getLicenseBlock()->getLicense(),
40 'License agreement text is absent.' 43 \PHPUnit\Framework\Assert::assertContains(
44 self::DEFAULT_LICENSE_AGREEMENT_TEXT,
45 $installPage->getLicenseBlock()->getLicense(),
46 'License agreement text is absent.' 58 return "License agreement text is present on Terms & Agreement page.";
processAssert(Install $installPage)
const LICENSE_AGREEMENT_TEXT
const DEFAULT_LICENSE_AGREEMENT_TEXT