PHP Class Sylius\Behat\Context\Ui\Admin\DashboardContext

Author: Paweł Jędrzejewski ([email protected])
Inheritance: implements Behat\Behat\Context\Context
Show file Open project: sylius/sylius

Public Methods

Method Description
__construct ( Sylius\Behat\Page\Admin\DashboardPageInterface $dashboardPage )
iChooseChannel ( $channelName )
iOpenAdministrationDashboard ( )
iOpenAdministrationDashboardForChannel ( $code )
iShouldBeOnAdministrationDashboard ( )
iShouldSeeNewCustomers ( $number )
iShouldSeeNewCustomersInTheList ( $number )
iShouldSeeNewOrders ( $number )
iShouldSeeNewOrdersInTheList ( $number )
myAverageOrderValueShouldBe ( $value )
thereShouldBeTotalSalesOf ( $total )

Method Details

__construct() public method

public __construct ( Sylius\Behat\Page\Admin\DashboardPageInterface $dashboardPage )
$dashboardPage Sylius\Behat\Page\Admin\DashboardPageInterface

iChooseChannel() public method

public iChooseChannel ( $channelName )

iOpenAdministrationDashboard() public method

iOpenAdministrationDashboardForChannel() public method

iShouldBeOnAdministrationDashboard() public method

iShouldSeeNewCustomers() public method

public iShouldSeeNewCustomers ( $number )

iShouldSeeNewCustomersInTheList() public method

public iShouldSeeNewCustomersInTheList ( $number )

iShouldSeeNewOrders() public method

public iShouldSeeNewOrders ( $number )

iShouldSeeNewOrdersInTheList() public method

public iShouldSeeNewOrdersInTheList ( $number )

myAverageOrderValueShouldBe() public method

public myAverageOrderValueShouldBe ( $value )

thereShouldBeTotalSalesOf() public method

public thereShouldBeTotalSalesOf ( $total )