File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
packages/js/admin-e2e-tests Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 66
77- Increase timeout threshold for payment task. #32605
88
9+ - Changed page detection to use table header instead of h2 header for payment settings page #32697
10+
911# 1.0.0
1012
1113- Add returned type annotations and remove unused vars. #8020
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export class WcSettings extends BasePage {
4444
4545 async paymentMethodIsEnabled ( method = '' ) : Promise < boolean > {
4646 await this . navigate ( 'checkout' ) ;
47- await waitForElementByText ( 'h2 ' , 'Payment methods ' ) ;
47+ await waitForElementByText ( 'th ' , 'Method ' ) ;
4848 const className = await getAttribute (
4949 `tr[data-gateway_id=${ method } ] .woocommerce-input-toggle` ,
5050 'className'
You can’t perform that action at this time.
0 commit comments