File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/api/spec/features/webui Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2222 within ( '#canned-responses' ) do
2323 expect ( page ) . to have_css ( '.card-header' , text : 'wow' )
2424 expect ( page ) . to have_css ( '.card-body' , text : 'a canned response' )
25+ expect ( page ) . to have_css ( '.list-group-item.py-4' , text : "Decision's reason: Undefined" )
2526 end
2627 end
2728 end
8990 it do
9091 within ( '#canned-responses' ) do
9192 expect ( page ) . to have_css ( '.card-header' , text : 'wow' )
92- expect ( page ) . to have_css ( '.card-body' , text : "Decision's reason:" )
93- expect ( page ) . to have_css ( '.card-body ' , text : 'Favored' )
93+ expect ( page ) . to have_css ( '.card-body' , text : 'a decision-related canned response' )
94+ expect ( page ) . to have_css ( '.list-group-item.py-4 h5 ' , text : 'Favored' )
9495 end
9596 end
9697 end
You can’t perform that action at this time.
0 commit comments