Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Data Fields
ExpressCheckoutFromProductPageTest Class Reference
Inheritance diagram for ExpressCheckoutFromProductPageTest:

Public Member Functions

 test ()
 

Data Fields

const MVP = 'yes'
 
const TEST_TYPE = '3rd_party_test'
 
const TO_MAINTAIN = 'yes'
 
const SEVERITY = 'S0'
 

Detailed Description

Preconditions:

  1. Create PayPal Customer.
  2. Create product.
  3. Apply configuration for test.

Steps:

  1. Go to Frontend.
  2. Fill checkout product data.
  3. Click "Checkout with PayPal" button.
  4. Login to PayPal.
  5. Process checkout via PayPal.
  6. Perform asserts.

@group PayPal @ZephyrId MAGETWO-12415

Definition at line 28 of file ExpressCheckoutFromProductPageTest.php.

Member Function Documentation

◆ test()

test ( )

Runs Express Checkout from product page test.

Returns
void

Definition at line 42 of file ExpressCheckoutFromProductPageTest.php.

43  {
44  $this->executeScenario();
45  }

Field Documentation

◆ MVP

const MVP = 'yes'

Definition at line 31 of file ExpressCheckoutFromProductPageTest.php.

◆ SEVERITY

const SEVERITY = 'S0'

Definition at line 34 of file ExpressCheckoutFromProductPageTest.php.

◆ TEST_TYPE

const TEST_TYPE = '3rd_party_test'

Definition at line 32 of file ExpressCheckoutFromProductPageTest.php.

◆ TO_MAINTAIN

const TO_MAINTAIN = 'yes'

Definition at line 33 of file ExpressCheckoutFromProductPageTest.php.


The documentation for this class was generated from the following file: