Skip to content

Commit

Permalink
change selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Karimov committed Jan 9, 2024
1 parent 9aa641f commit a65f2b4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ import {
const { shopper, merchant } = require( '@woocommerce/e2e-utils' );

const UPE_METHOD_CHECKBOXES = [
// "//label[contains(text(), 'giropay')]/preceding-sibling::span/input[@type='checkbox']",
// "//label[contains(text(), 'Bancontact')]/preceding-sibling::span/input[@type='checkbox']",
"//label[contains(text(), 'giropay')]/preceding-sibling::span/input[@type='checkbox']",
"//label[contains(text(), 'Bancontact')]/preceding-sibling::span/input[@type='checkbox']",
// "//label[contains(text(), 'EPS')]/preceding-sibling::span/input[@type='checkbox']",
// "//label[contains(text(), 'iDEAL')]/preceding-sibling::span/input[@type='checkbox']",
// "//label[contains(text(), 'Sofort')]/preceding-sibling::span/input[@type='checkbox']",
'#inspector-checkbox-control-7', // giropay
'#inspector-checkbox-control-5', // Bancontact
// '#inspector-checkbox-control-7', // giropay
// '#inspector-checkbox-control-5', // Bancontact
];

describe( 'Enabled UPE with deferred intent creation', () => {
Expand Down

0 comments on commit a65f2b4

Please sign in to comment.