File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 13
13
scenario 'An admin searches and gets an exact match' , js : true do
14
14
visit @start_page
15
15
16
- params = { callback : @start_page . to_s } . to_query
16
+ params = { callback_url : @start_page . to_s } . to_query
17
17
visit "/admin/member-search?#{ params } "
18
- fill_in 'Member Name' , with : juliet . name
18
+ fill_in 'Member Name' , with : juliet . name_and_surname
19
19
click_on 'Search'
20
- expect ( current_url ) . to include ( @start_page )
20
+ expect ( page ) . to have_current_path ( @start_page , ignore_query : true )
21
21
end
22
22
23
- scenario 'An admin adds a member to a workshop' do
24
-
25
- end
26
-
27
- scenario 'An admin adds multiple members to a workshop' do
28
-
29
- end
30
- end
23
+ # scenario 'An admin adds a member to a workshop' do
24
+ # assert false
25
+ # end
26
+ #
27
+ # scenario 'An admin adds multiple members to a workshop' do
28
+ # assert false
29
+ # end
30
+ end
You can’t perform that action at this time.
0 commit comments