Merge pull request #1301 from Safelite/feature/uboppa/INSR-8668
Feature/uboppa/insr 8668
This commit is contained in:
commit
8a0f3d11f7
2 changed files with 4 additions and 3 deletions
|
|
@ -20,13 +20,13 @@ variables:
|
||||||
# - group: Digital-Infrastructure
|
# - group: Digital-Infrastructure
|
||||||
# - group: ISS-BuildBranches
|
# - group: ISS-BuildBranches
|
||||||
- group: SafelitePlaywright
|
- group: SafelitePlaywright
|
||||||
- group: DigitalCommercialPlaywrightAutomation
|
- group: ISSNextgenAutomationPlaywright
|
||||||
- name: dockerImageName
|
- name: dockerImageName
|
||||||
value: 'playwright-tests'
|
value: 'playwright-tests'
|
||||||
- name: imageTag
|
- name: imageTag
|
||||||
value: '$(Build.BuildId)'
|
value: '$(Build.BuildId)'
|
||||||
- name: totalShards
|
- name: totalShards
|
||||||
value: 4
|
value: 8
|
||||||
- name: IS_REGRESSION
|
- name: IS_REGRESSION
|
||||||
value: 'true'
|
value: 'true'
|
||||||
- name: JIRA_BOARD_ID
|
- name: JIRA_BOARD_ID
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,8 @@ export class PaypalPage extends BasePage {
|
||||||
name: "Log In",
|
name: "Log In",
|
||||||
exact: true,
|
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) {
|
async completePaypalPurchase(paymentDetailsAdyen: IPaymentDetailsAdyen) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue