lizhikun 5 mesi fa
parent
commit
715275c19d
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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()