Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CheckoutWithGiftMessagesTest.php
Go to the documentation of this file.
1 <?php
8 
9 use Magento\Mtf\TestCase\Scenario;
10 
28 class CheckoutWithGiftMessagesTest extends Scenario
29 {
30  /* tags */
31  const MVP = 'no';
32  const SEVERITY = 'S2';
33  const TO_MAINTAIN = 'yes'; // Consider variation #2 to work correctly with Virtual products
34  /* end tags */
35 
41  public function test()
42  {
43  $this->executeScenario();
44  }
45 }