Description:
fix test to match button name in create new list of user
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r781:e1003a3daa2b - - 2 files changed: 1 inserted, 2 deleted
@@ -144,13 +144,12 | |||||
|
144 | get 'login' |
|
144 | get 'login' |
|
145 | get 'multiple_login' |
|
145 | get 'multiple_login' |
|
146 | get 'problem_hof(/:id)', action: 'problem_hof', as: 'problem_hof' |
|
146 | get 'problem_hof(/:id)', action: 'problem_hof', as: 'problem_hof' |
|
147 | get 'current_score(/:group_id)', action: 'current_score', as: 'current_score' |
|
147 | get 'current_score(/:group_id)', action: 'current_score', as: 'current_score' |
|
148 | get 'max_score' |
|
148 | get 'max_score' |
|
149 | post 'show_max_score' |
|
149 | post 'show_max_score' |
|
150 | - get 'problem_hof(/:id)', action: 'problem_hof', as: 'problem_hof' |
|
||
|
151 | get 'stuck' |
|
150 | get 'stuck' |
|
152 | get 'cheat_report' |
|
151 | get 'cheat_report' |
|
153 | post 'cheat_report' |
|
152 | post 'cheat_report' |
|
154 | get 'cheat_scruntinize' |
|
153 | get 'cheat_scruntinize' |
|
155 | post 'cheat_scruntinize' |
|
154 | post 'cheat_scruntinize' |
|
156 | end |
|
155 | end |
@@ -47,13 +47,13 | |||||
|
47 | click_on 'Manage' |
|
47 | click_on 'Manage' |
|
48 | click_on 'Users', match: :first |
|
48 | click_on 'Users', match: :first |
|
49 | end |
|
49 | end |
|
50 |
|
50 | ||
|
51 | click_on 'New list of users', match: :first |
|
51 | click_on 'New list of users', match: :first |
|
52 | find(:css, 'textarea').fill_in with:"abc1,Boaty McBoatface,abcdef,alias1,remark1,\nabc2,Boaty2 McSecond,acbdef123,aias2,remark2" |
|
52 | find(:css, 'textarea').fill_in with:"abc1,Boaty McBoatface,abcdef,alias1,remark1,\nabc2,Boaty2 McSecond,acbdef123,aias2,remark2" |
|
53 |
- click_on ' |
|
53 | + click_on 'Create following users' |
|
54 |
|
54 | ||
|
55 | assert_text('remark1') |
|
55 | assert_text('remark1') |
|
56 | assert_text('remark2') |
|
56 | assert_text('remark2') |
|
57 | end |
|
57 | end |
|
58 |
|
58 | ||
|
59 | test "grant admin right" do |
|
59 | test "grant admin right" do |
You need to be logged in to leave comments.
Login now