10 use Magento\Customer\Test\Fixture\Address;
11 use Magento\Customer\Test\Page\CustomerAccountIndex;
12 use Magento\Customer\Test\Page\CustomerAddressEdit;
85 $this->objectManager->create(
86 \
Magento\Config\Test\TestStep\SetupConfigurationStep::class,
87 [
'configData' => $this->configData]
89 $this->customer->persist();
93 $this->objectManager->create(
94 \
Magento\Customer\Test\TestStep\LoginCustomerOnFrontendStep::class,
95 [
'customer' => $this->customer]
97 $this->customerAccountIndex->getDashboardAddress()->editBillingAddress();
98 $this->customerAddressEdit->getEditForm()->fill($vatId);
99 $this->customerAddressEdit->getEditForm()->saveAddress();
test(Customer $customer, Address $vatId, ConfigData $vatConfig, $configData, $customerGroup)
__inject(CustomerAccountIndex $customerAccountIndex, CustomerAddressEdit $customerAddressEdit)
prepareVatConfig(ConfigData $vatConfig, $customerGroup)