Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xm-uitest-sow
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiamai-test
xm-uitest-sow
Commits
f87b2d62
Commit
f87b2d62
authored
Jun 18, 2021
by
linguangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改店铺验证元素
parent
4d51708b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
30 deletions
+44
-30
.idea/workspace.xml
+43
-29
src/pageobject/loginpage.py
+1
-1
No files found.
.idea/workspace.xml
View file @
f87b2d62
This diff is collapsed.
Click to expand it.
src/pageobject/loginpage.py
View file @
f87b2d62
...
...
@@ -18,7 +18,7 @@ class LoginPage(Page):
# 验证元素
# 店铺名称
store_name
=
(
By
.
CLASS_NAME
,
"inst
"
)
store_name
=
(
By
.
XPATH
,
"""//div[@class="inst"]""
"
)
def
__init__
(
self
,
driver
):
Page
.
__init__
(
self
,
driver
)
...
...
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