File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 416
416
end
417
417
end
418
418
419
- describe 'transition request with diferent locale' do
419
+ describe 'transition request with different locale' do
420
420
before do
421
421
@user1 . locale = 'ar-LB'
422
422
@user1 . save ( validate : false )
432
432
433
433
it 'renders the body' do
434
434
expect ( mail . text_part . body . encoded )
435
- . to match ( 'مستخدم بريميرو user2 من مؤسسة Test Agency يطلب أن تنقل ملكية هذا السجل من نوع Case ومعرّف' )
435
+ . to match (
436
+ %(مستخدم بريميرو user2 من الهيئة Test Agency يطلب أن تنقل ملكية هذا السجل من نوع Case ومعرّف
437
+ <a href=\" https://localhost:3000/v2/cases/#{ @case . id } \" >#{ @case . short_id } </a>
438
+ بحيث يتمكنون من تقديم خدمات إدارة للشخص في منطقتهم. إذا كان التحويل مقبولا من طرفك، يرجى النقر على رابط معرف نوع السجل
439
+ Case في هذا الايميل لفتح نوع السجل Case في بريميرو والبدء بعملية التحويل.) . squish
440
+ )
436
441
end
437
442
end
438
443
You can’t perform that action at this time.
0 commit comments