You need to sign in or sign up before continuing.
Commit ceb2355f authored by Joshua Yu's avatar Joshua Yu

Merge branch 'main' into 'master'

update xpath See merge request !12
parents f3e6f8ba d32c7cff
......@@ -30,11 +30,11 @@ class MerchantPlanPage {
onetimeAddonIds = '//*[@id="onetimeAddonIds"]'
allow_trial_label = '//*[@for="enableTrial"]'
allow_trial = '//*[@id="enableTrial"]'
trial_price_label = '//*[@for="trialAmount"]'
trial_price_label = '//*[@title="Trial Price"]'
trial_price = '//*[@id="trialAmount"]'
trial_length_label = '//*[@for="trialDurationTime"]'
trial_length = '//*[@id="trialDurationTime"]'
trial_requires_bank_card_info_label = '//*[@for="trialDemand"]'
trial_requires_bank_card_info_label = '//*[@title="Trial requires bank card info"]'
trial_requires_bank_card_info = '//*[@id="trialDemand"]'
auto_renew_after_trial_end_label = '//*[@for="cancelAtTrialEnd"]'
auto_renew_after_trial_end = '//*[@id="cancelAtTrialEnd"]'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment