Skip to content

Commit

Permalink
Merge pull request #13700 from SimonGrn/12_shop_parameters
Browse files Browse the repository at this point in the history
fix for test 3 of the test suite 12
  • Loading branch information
Quetzacoalt91 committed May 7, 2019
2 parents 1891f65 + 5c06a94 commit 7ac04a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/E2E/test/selectors/BO/onboarding.js
Expand Up @@ -14,7 +14,7 @@ module.exports = {
banktransfer_bankaddress_input: '#BANK_WIRE_ADDRESS',
banktransfer_save_button: '#module_form_submit_btn',
success_alert: '//div[contains(@class,"module_confirmation")]',
install_paypal_button : '//*[@id="main-div"]//a[contains(@href,"module_name=paypal&anchor=Paypal")]',
install_paypal_button : '//*[@id="main-div"]//a[contains(@href,"module_name=paypal")]',
paypal_conf_page : '//*[@id="paypal_conf"]',
edit_carrier_button: '//*[@id="table-carrier"]//tr[@id="tr_2_1_0"]//td//a[contains(@class,"edit")]',
install_chronopost_button: '//div[contains(@class,"modules_list_container_tab")]//td//a[contains(@href,"install=chronopost")]',
Expand Down

0 comments on commit 7ac04a4

Please sign in to comment.