diff options
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 |
