Browse Source

身份切换

lizhikun 5 tháng trước cách đây
mục cha
commit
715275c19d
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      cases/pc/登录功能/机构中心/__st__.py

+ 6 - 0
cases/pc/登录功能/机构中心/__st__.py

@@ -0,0 +1,6 @@
+from hytest import *
+from lib.webapi import apimgr
+def suite_setup():
+    INFO('切换用户身份到上级管理权限的企业下')
+    apimgr.Identity_list(1)
+    apimgr.Identity_switch()