Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AdvancedReportingButtonTest.php
Go to the documentation of this file.
1 <?php
7 
8 use Magento\Mtf\TestCase\Injectable;
9 use Magento\Backend\Test\Page\Adminhtml\Dashboard;
10 
19 class AdvancedReportingButtonTest extends Injectable
20 {
21  /* tags */
22  const MVP = 'no';
23  /* end tags */
24 
31  public function test(Dashboard $dashboard)
32  {
33  $dashboard->open();
34  $dashboard->getReportsSectionBlock()->click();
35  }
36 }