Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AutomationTestForUnibee
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Joshua Yu
AutomationTestForUnibee
Commits
ceb2355f
You need to sign in or sign up before continuing.
Commit
ceb2355f
authored
Aug 09, 2024
by
Joshua Yu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'main' into 'master'
update xpath See merge request
!12
parents
f3e6f8ba
d32c7cff
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
MerchantPlanPage.js
01_Web/PageObject/MerchantPlanPage.js
+2
-2
No files found.
01_Web/PageObject/MerchantPlanPage.js
View file @
ceb2355f
...
...
@@ -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"]'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment