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
40c0c6ad
Commit
40c0c6ad
authored
Nov 08, 2023
by
章 登恒
Browse files
commit
parent
55e788a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
testcase/test_scene11/scene11_mainflow.py
View file @
40c0c6ad
...
...
@@ -332,7 +332,7 @@ class Outstore1(PurchaseOrder): # 出库三步曲
# 元素el2出现时认为提交成功
locator
=
(
By
.
XPATH
,
'//p[text()="流程结束"]'
)
wait
.
until
(
ec
.
presence_of_element_located
(
locator
))
PurchaseOrder
.
closetab
()
PurchaseOrder
.
closetab
(
self
)
print
(
'出库复核成功'
)
...
...
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