diff options
| author | dongxiaoyan <[email protected]> | 2021-08-03 19:32:24 +0800 |
|---|---|---|
| committer | dongxiaoyan <[email protected]> | 2021-08-03 19:32:24 +0800 |
| commit | 950444d646bb4a21b6e70cfb534c3b269c51548d (patch) | |
| tree | db6dc0978bcbf35089df38cdc94758b55cc43850 /other/data/administration/user_data.yaml | |
| parent | e4adcc588e92567f94ceb97196e739c7a8f131d3 (diff) | |
Diffstat (limited to 'other/data/administration/user_data.yaml')
| -rw-r--r-- | other/data/administration/user_data.yaml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/other/data/administration/user_data.yaml b/other/data/administration/user_data.yaml new file mode 100644 index 0000000..98b6f6a --- /dev/null +++ b/other/data/administration/user_data.yaml @@ -0,0 +1,31 @@ +user_data:
+ -
+ -
+ operatingType: create
+ User: testUser
+ Username: testUser
+ Password: '111111'
+ ConfirmPassword: '111111'
+ E-mail: [email protected]
+ Mobile: test123
+ Role:
+ -
+ RoleText: test
+ Enable: open
+ searchCriteria: User
+ -
+ operatingType: edit
+ User: testUser111
+ searchCriteria: User #搜索条件
+
+user_column_setup_data:
+ -
+ column_setup_position: click
+ cancel_show:
+ - Role
+ - Last login time
+ save_column_setup: click
+ assertPosition:
+ - xpath=//*[@id="userTable"]/div[2]/table/thead/tr/th[5]/div/span
+ - xpath=//*[@id="userTable"]/div[2]/table/thead/tr/th[7]/div/span
+
\ No newline at end of file |
