File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
client/app/bundles/course/experience-points
spec/features/course/experience_points Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const translations = defineMessages({
2525 } ,
2626 forumDisbursementTab : {
2727 id : 'course.experiencePoints.disbursement.DisbursementIndex.forumTab' ,
28- defaultMessage : 'Forum Participation Disbursement ' ,
28+ defaultMessage : 'Forum Participation' ,
2929 } ,
3030 generalDisbursementTab : {
3131 id : 'course.experiencePoints.disbursement.DisbursementIndex.generalTab' ,
Original file line number Diff line number Diff line change 2929 end
3030 create ( :course_discussion_post_vote , post : older_posts [ 0 ] )
3131 visit course_experience_points_records_path ( course )
32- find ( 'button' , text : 'Forum Participation Disbursement ' ) . click
32+ find ( 'button' , text : 'Forum Participation' ) . click
3333
3434 within find ( content_tag_selector ( students [ 0 ] ) ) do
3535 expect ( page ) . to have_field ( type : 'text' , with : '100' )
You can’t perform that action at this time.
0 commit comments