9 use Magento\Reports\Test\Page\Adminhtml\Bestsellers;
11 use Magento\Mtf\TestCase\Injectable;
61 public function test(OrderInjectable
$order, array $bestsellerReport)
65 $this->bestsellers->open();
66 $this->bestsellers->getMessagesBlock()->clickLinkInMessage(
'notice',
'here');
69 $this->bestsellers->getFilterBlock()->viewsReport($bestsellerReport);
70 $this->bestsellers->getActionsBlock()->showReport();
__inject(Bestsellers $bestsellers)
test(OrderInjectable $order, array $bestsellerReport)