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
8fffe073
Commit
8fffe073
authored
Jun 18, 2021
by
zhangying
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
# Conflicts: # .idea/workspace.xml
parents
61890667
f87b2d62
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
+1
-1
.idea/workspace.xml
+0
-0
src/pageobject/loginpage.py
+1
-1
No files found.
.idea/workspace.xml
View file @
8fffe073
This diff is collapsed.
Click to expand it.
src/pageobject/loginpage.py
View file @
8fffe073
...
@@ -18,7 +18,7 @@ class LoginPage(Page):
...
@@ -18,7 +18,7 @@ class LoginPage(Page):
# 验证元素
# 验证元素
# 店铺名称
# 店铺名称
store_name
=
(
By
.
CLASS_NAME
,
"inst
"
)
store_name
=
(
By
.
XPATH
,
"""//div[@class="inst"]""
"
)
def
__init__
(
self
,
driver
):
def
__init__
(
self
,
driver
):
Page
.
__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