PHP Class Sylius\Behat\Page\Shop\Checkout\SelectShippingPage

Author: Mateusz Zalewski ([email protected])
Inheritance: extends Sylius\Behat\Page\SymfonyPage, implements Sylius\Behat\Page\Shop\Checkout\SelectShippingPageInterface
Mostrar archivo Open project: sylius/sylius

Public Methods

Method Description
changeAddress ( )
changeAddressByStepLabel ( )
getItemSubtotal ( $itemName )
getRouteName ( )
getShippingMethods ( )
getValidationMessageForShipment ( )
hasNoAvailableShippingMethodsWarning ( )
hasNoShippingMethodsMessage ( )
hasShippingMethod ( $shippingMethodName )
hasShippingMethodFee ( $shippingMethodName, $fee )
isNextStepButtonUnavailable ( )
nextStep ( )
selectShippingMethod ( $shippingMethod )

Protected Methods

Method Description
getDefinedElements ( )

Method Details

changeAddress() public method

public changeAddress ( )

changeAddressByStepLabel() public method

getDefinedElements() protected method

protected getDefinedElements ( )

getItemSubtotal() public method

public getItemSubtotal ( $itemName )

getRouteName() public method

public getRouteName ( )

getShippingMethods() public method

public getShippingMethods ( )

getValidationMessageForShipment() public method

hasNoAvailableShippingMethodsWarning() public method

hasNoShippingMethodsMessage() public method

hasShippingMethod() public method

public hasShippingMethod ( $shippingMethodName )

hasShippingMethodFee() public method

public hasShippingMethodFee ( $shippingMethodName, $fee )

isNextStepButtonUnavailable() public method

nextStep() public method

public nextStep ( )

selectShippingMethod() public method

public selectShippingMethod ( $shippingMethod )