27 private $testStepFactory;
36 \
Magento\
Mtf\TestStep\TestStepFactory $testStepFactory
38 $this->testStepFactory = $testStepFactory;
57 $this->testStepFactory->create(
58 \
Magento\Checkout\Test\TestStep\AddProductsToTheCartStep::class,
62 $this->testStepFactory->create(
63 \
Magento\Checkout\Test\TestStep\EstimateShippingAndTaxStep::class,
75 $this->testStepFactory->create(\
Magento\SalesRule\Test\TestStep\DeleteAllSalesRuleStep::class)->run();