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
419144b5
Commit
419144b5
authored
Oct 28, 2023
by
章 登恒
Browse files
commit
parent
03e92d9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
testcase/test_scene1/scene3_mainflow.py
View file @
419144b5
...
...
@@ -242,7 +242,7 @@ if __name__ == '__main__':
step2_2
.
query_click
(
'快速采购订单'
,
qkpchno
,
'vxe-body--column col_19 col--ellipsis dw-click-cell'
)
step2_2
.
button_click2
()
step3
.
push_wms
(
qkpchno
)
except
Exception
as
e
:
except
(
Exception
,
AssertionError
)
as
e
:
print
(
'errmsg'
)
traceback
.
print_exc
()
pro_path
=
get_pro_path
()
...
...
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