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

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

Public Methods

Method Description
changeAddressByStepLabel ( )
changeShippingMethod ( )
changeShippingMethodByStepLabel ( )
getItemSubtotal ( $itemName )
getPaymentMethods ( )
getRouteName ( )
hasNoAvailablePaymentMethodsWarning ( )
hasPaymentMethod ( $paymentMethodName )
isNextStepButtonUnavailable ( )
nextStep ( )
selectPaymentMethod ( $paymentMethod )

Protected Methods

Method Description
getDefinedElements ( )

Method Details

changeAddressByStepLabel() public method

changeShippingMethod() public method

changeShippingMethodByStepLabel() public method

getDefinedElements() protected method

protected getDefinedElements ( )

getItemSubtotal() public method

public getItemSubtotal ( $itemName )

getPaymentMethods() public method

public getPaymentMethods ( )

getRouteName() public method

public getRouteName ( )

hasNoAvailablePaymentMethodsWarning() public method

hasPaymentMethod() public method

public hasPaymentMethod ( $paymentMethodName )

isNextStepButtonUnavailable() public method

nextStep() public method

public nextStep ( )

selectPaymentMethod() public method

public selectPaymentMethod ( $paymentMethod )