From 422acbce3767d0730623c6308e7d4ab5f45ef4be Mon Sep 17 00:00:00 2001 From: henriquefontenele Date: Tue, 27 Jul 2021 21:08:53 -0300 Subject: [PATCH] Update CheckoutPage.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit alterações pertinentes aos elementos --- pages/CheckoutPage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/CheckoutPage.js b/pages/CheckoutPage.js index d5b73ec..e62e146 100644 --- a/pages/CheckoutPage.js +++ b/pages/CheckoutPage.js @@ -7,7 +7,7 @@ class CheckoutPage{ this.addressTxt = Selector("input[id='BillingNewAddress_Address1']") this.zipTxt = Selector("input[id='BillingNewAddress_ZipPostalCode']") this.phoneTxt = Selector("input[id='BillingNewAddress_PhoneNumber']") - this.continueBtn = Selector('input.button-1.new-address-next-step-button') + this.continueBtn = Selector('button.button-1.new-address-next-step-button') //changed this.nextDayOption = Selector("input[id='shippingoption_1']") this.nextShippingBtn = Selector('input.button-1.shipping-method-next-step-button') this.nextPaymentBtn = Selector('input.button-1.payment-method-next-step-button') @@ -24,4 +24,4 @@ class CheckoutPage{ .click(countryOption.withText(country)); } } -export default new CheckoutPage(); \ No newline at end of file +export default new CheckoutPage();