9 use Magento\Integration\Test\Page\Adminhtml\IntegrationNew;
10 use Magento\Mtf\Constraint\AbstractConstraint;
24 IntegrationNew $integrationNew
26 $isAlertPresent = $integrationNew->getFormPageActions()->isAlertPresent();
27 if ($isAlertPresent) {
28 $integrationNew->getFormPageActions()->acceptAlert();
30 \PHPUnit\Framework\Assert::assertFalse(
32 'Saving an integration should not cause alert.' 43 return 'Integration is saved with no alert.';