@@ -342,8 +342,7 @@ describe('NotificationSettingsByType', function () {
342
342
screen . getByText ( 'Continuous Profile Hours' , { exact : true } )
343
343
) . toBeInTheDocument ( ) ;
344
344
expect ( screen . getByText ( 'UI Profile Hours' , { exact : true } ) ) . toBeInTheDocument ( ) ;
345
- expect ( screen . getByText ( 'Issue Fixes' ) ) . toBeInTheDocument ( ) ;
346
- expect ( screen . getByText ( 'Issue Scans' ) ) . toBeInTheDocument ( ) ;
345
+ expect ( screen . getByText ( 'Seer Budget' ) ) . toBeInTheDocument ( ) ;
347
346
expect ( screen . queryByText ( 'Transactions' ) ) . not . toBeInTheDocument ( ) ;
348
347
349
348
const editSettingMock = MockApiClient . addMockResponse ( {
@@ -402,8 +401,7 @@ describe('NotificationSettingsByType', function () {
402
401
screen . getByText ( 'Continuous Profile Hours' , { exact : true } )
403
402
) . toBeInTheDocument ( ) ;
404
403
expect ( screen . getByText ( 'UI Profile Hours' , { exact : true } ) ) . toBeInTheDocument ( ) ;
405
- expect ( screen . getByText ( 'Issue Fixes' ) ) . toBeInTheDocument ( ) ;
406
- expect ( screen . getByText ( 'Issue Scans' ) ) . toBeInTheDocument ( ) ;
404
+ expect ( screen . getByText ( 'Seer Budget' ) ) . toBeInTheDocument ( ) ;
407
405
} ) ;
408
406
409
407
it ( 'spend notifications on org with am1 org only' , async function ( ) {
@@ -433,8 +431,7 @@ describe('NotificationSettingsByType', function () {
433
431
) . not . toBeInTheDocument ( ) ;
434
432
expect ( screen . queryByText ( 'UI Profile Hours' , { exact : true } ) ) . not . toBeInTheDocument ( ) ;
435
433
expect ( screen . queryByText ( 'Spans' ) ) . not . toBeInTheDocument ( ) ;
436
- expect ( screen . getByText ( 'Issue Fixes' ) ) . toBeInTheDocument ( ) ;
437
- expect ( screen . getByText ( 'Issue Scans' ) ) . toBeInTheDocument ( ) ;
434
+ expect ( screen . getByText ( 'Seer Budget' ) ) . toBeInTheDocument ( ) ;
438
435
} ) ;
439
436
440
437
it ( 'spend notifications on org with am3 without spend visibility notifications' , async function ( ) {
@@ -459,8 +456,7 @@ describe('NotificationSettingsByType', function () {
459
456
) . toBeInTheDocument ( ) ;
460
457
expect ( screen . getByText ( 'UI Profile Hours' , { exact : true } ) ) . toBeInTheDocument ( ) ;
461
458
expect ( screen . queryByText ( 'Transactions' ) ) . not . toBeInTheDocument ( ) ;
462
- expect ( screen . getByText ( 'Issue Fixes' ) ) . toBeInTheDocument ( ) ;
463
- expect ( screen . getByText ( 'Issue Scans' ) ) . toBeInTheDocument ( ) ;
459
+ expect ( screen . getByText ( 'Seer Budget' ) ) . toBeInTheDocument ( ) ;
464
460
465
461
const editSettingMock = MockApiClient . addMockResponse ( {
466
462
url : `/users/me/notification-options/` ,
@@ -520,7 +516,6 @@ describe('NotificationSettingsByType', function () {
520
516
) . not . toBeInTheDocument ( ) ;
521
517
expect ( screen . queryByText ( 'UI Profile Hours' , { exact : true } ) ) . not . toBeInTheDocument ( ) ;
522
518
expect ( screen . queryByText ( 'Transactions' ) ) . not . toBeInTheDocument ( ) ;
523
- expect ( screen . queryByText ( 'Issue Fixes' ) ) . not . toBeInTheDocument ( ) ;
524
- expect ( screen . queryByText ( 'Issue Scans' ) ) . not . toBeInTheDocument ( ) ;
519
+ expect ( screen . queryByText ( 'Seer Budget' ) ) . not . toBeInTheDocument ( ) ;
525
520
} ) ;
526
521
} ) ;
0 commit comments