Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
OnePageCheckoutJsValidationTest.php
Go to the documentation of this file.
1 <?php
8 
9 use Magento\Mtf\TestCase\Scenario;
10 
22 class OnePageCheckoutJsValidationTest extends Scenario
23 {
24  /* tags */
25  const SEVERITY = 'S2';
26  /* end tags */
27 
33  public function test()
34  {
35  $this->executeScenario();
36  }
37 }