diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index d267877f..d3186011 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -20,13 +20,13 @@ variables: # - group: Digital-Infrastructure # - group: ISS-BuildBranches - group: SafelitePlaywright - - group: DigitalCommercialPlaywrightAutomation + - group: ISSNextgenAutomationPlaywright - name: dockerImageName value: 'playwright-tests' - name: imageTag value: '$(Build.BuildId)' - name: totalShards - value: 4 + value: 8 - name: IS_REGRESSION value: 'true' - name: JIRA_BOARD_ID diff --git a/playwright-tests/pages/PaypalPage.ts b/playwright-tests/pages/PaypalPage.ts index 8f97a019..91cd803e 100644 --- a/playwright-tests/pages/PaypalPage.ts +++ b/playwright-tests/pages/PaypalPage.ts @@ -20,7 +20,8 @@ export class PaypalPage extends BasePage { name: "Log In", exact: true, }); - this.payButton = page.getByRole("button", { name: "Pay $" }); + // this.payButton = page.getByRole("button", { name: "Pay $" }); + this.payButton = page.getByRole("button", { exact: true, name: "Pay" }); } async completePaypalPurchase(paymentDetailsAdyen: IPaymentDetailsAdyen) {