Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-sc
Commits
4736adea
Commit
4736adea
authored
Nov 06, 2023
by
章 登恒
Browse files
commit
parent
caeead7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
testcase/test_scene3/scene3_mainflow.py
View file @
4736adea
...
...
@@ -182,7 +182,7 @@ class SalesOrder():
#切换到已办页面
chrome
.
find_element_by_xpath
(
'//li[text()="已办"]'
).
click
()
sleep
(
3
)
sleep
(
5
)
wait
.
until_not
(
ec
.
presence_of_element_located
((
By
.
CLASS_NAME
,
'el-loading-mask'
)))
#操作上面滚动条
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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