21 calls to CommerceWebDriverTestBase::assertRenderedAddress() in Commerce Core 8.2
- CustomerProfileTest::testIncompleteProfiles in modules/
order/ tests/ src/ FunctionalJavascript/ CustomerProfileTest.php - Tests switching between incomplete profiles.
- CustomerProfileTest::testMultipleAdministrator in modules/
order/ tests/ src/ FunctionalJavascript/ CustomerProfileTest.php - Tests the address book in "multiple" mode, for administrators.
- CustomerProfileTest::testMultipleExisting in modules/
order/ tests/ src/ FunctionalJavascript/ CustomerProfileTest.php - Tests the address book in "multiple" mode, on an existing profile entity.
- CustomerProfileTest::testMultipleNew in modules/
order/ tests/ src/ FunctionalJavascript/ CustomerProfileTest.php - Tests the address book in "multiple" mode, on a new profile entity.
- CustomerProfileTest::testSingleAdministrator in modules/
order/ tests/ src/ FunctionalJavascript/ CustomerProfileTest.php - Tests the address book in "single" mode, for administrators.
- CustomerProfileTest::testSingleExisting in modules/
order/ tests/ src/ FunctionalJavascript/ CustomerProfileTest.php - Tests the address book in "single" mode, on an existing profile entity.
- CustomerProfileTest::testSingleNew in modules/
order/ tests/ src/ FunctionalJavascript/ CustomerProfileTest.php - Tests the address book in "single" mode, on a new profile entity.
- OrderAdminTest::testCreateOrder in modules/
order/ tests/ src/ FunctionalJavascript/ OrderAdminTest.php - Tests creating an order.
- OrderAdminTest::testEditOrder in modules/
order/ tests/ src/ FunctionalJavascript/ OrderAdminTest.php - Tests editing an order.
- PaymentCheckoutTest::testCheckoutWithDeclinedPaymentMethod in modules/
payment/ tests/ src/ FunctionalJavascript/ PaymentCheckoutTest.php - Tests that a declined payment does not complete checkout.
- PaymentCheckoutTest::testCheckoutWithNewPaymentMethod in modules/
payment/ tests/ src/ FunctionalJavascript/ PaymentCheckoutTest.php - Tests checkout with a new payment method.
- PaymentCheckoutTest::testCheckoutWithOffsitePaymentNotify in modules/
payment/ tests/ src/ FunctionalJavascript/ PaymentCheckoutTest.php - Tests checkout with an off-site gateway that supports notifications.
- PaymentCheckoutTest::testCheckoutWithOffsiteRedirectGet in modules/
payment/ tests/ src/ FunctionalJavascript/ PaymentCheckoutTest.php - Tests checkout with an off-site gateway (GET redirect method).
- PaymentCheckoutTest::testCheckoutWithOffsiteRedirectPost in modules/
payment/ tests/ src/ FunctionalJavascript/ PaymentCheckoutTest.php - Tests checkout with an off-site gateway (POST redirect method).
- PaymentCheckoutTest::testCheckoutWithOffsiteRedirectPostManual in modules/
payment/ tests/ src/ FunctionalJavascript/ PaymentCheckoutTest.php - Tests checkout with an off-site gateway (POST redirect method, manual).
- PaymentCheckoutTest::testCheckoutWithStoredOffsiteRedirectPost in modules/
payment/ tests/ src/ FunctionalJavascript/ PaymentCheckoutTest.php - Tests checkout with a stored off-site gateway (POST redirect method).
- PaymentCheckoutTest::testFailedCheckoutWithOffsiteRedirectGet in modules/
payment/ tests/ src/ FunctionalJavascript/ PaymentCheckoutTest.php - Tests checkout with an off-site gateway (GET redirect method) that fails.
- PaymentCheckoutTest::testFreeOrder in modules/
payment/ tests/ src/ FunctionalJavascript/ PaymentCheckoutTest.php - Tests a free order, where only the billing information is collected.
- PaymentCheckoutTest::testManual in modules/
payment/ tests/ src/ FunctionalJavascript/ PaymentCheckoutTest.php - Tests checkout with a manual gateway.
- PaymentCheckoutTest::testPaidOrder in modules/
payment/ tests/ src/ FunctionalJavascript/ PaymentCheckoutTest.php - Tests a paid order, where only the billing information is collected.
- PaymentCheckoutTest::testPaymentInformation in modules/
payment/ tests/ src/ FunctionalJavascript/ PaymentCheckoutTest.php - Tests the structure of the PaymentInformation checkout pane.