Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
caeead7c
Commit
caeead7c
authored
1 year ago
by
章 登恒
Browse files
Options
Download
Email Patches
Plain Diff
commit
parent
db9e9912
main
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testcase/test_scene3/scene3_mainflow.py
+1
-1
testcase/test_scene3/scene3_mainflow.py
with
1 addition
and
1 deletion
+1
-1
testcase/test_scene3/scene3_mainflow.py
+
1
-
1
View file @
caeead7c
...
@@ -182,7 +182,7 @@ class SalesOrder():
...
@@ -182,7 +182,7 @@ class SalesOrder():
#切换到已办页面
#切换到已办页面
chrome
.
find_element_by_xpath
(
'//li[text()="已办"]'
).
click
()
chrome
.
find_element_by_xpath
(
'//li[text()="已办"]'
).
click
()
sleep
(
0.5
)
sleep
(
3
)
wait
.
until_not
(
ec
.
presence_of_element_located
((
By
.
CLASS_NAME
,
'el-loading-mask'
)))
wait
.
until_not
(
ec
.
presence_of_element_located
((
By
.
CLASS_NAME
,
'el-loading-mask'
)))
#操作上面滚动条
#操作上面滚动条
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets