Skip to content

Commit

Permalink
update APMs selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Karimov committed Dec 13, 2023
1 parent 507bb8e commit 22ba78e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ import { uiUnblocked } from '@woocommerce/e2e-utils/build/page-utils';
const { shopper, merchant } = require( '@woocommerce/e2e-utils' );

const UPE_METHOD_CHECKBOXES = [
'#inspector-checkbox-control-5', // bancontact
'#inspector-checkbox-control-6', // eps
'#inspector-checkbox-control-7', // giropay
'#inspector-checkbox-control-8', // ideal
'#inspector-checkbox-control-9', // sofort
'#inspector-checkbox-control-2', // bancontact
'#inspector-checkbox-control-3', // eps
'#inspector-checkbox-control-4', // giropay
'#inspector-checkbox-control-5', // ideal
'#inspector-checkbox-control-6', // sofort
];
const card = config.get( 'cards.basic' );
const card2 = config.get( 'cards.basic2' );
Expand Down

0 comments on commit 22ba78e

Please sign in to comment.