File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ describe('Instabug Module', () => {
56
56
const enable = sinon . spy ( NativeModules . Instabug , 'enable' ) ;
57
57
const disable = sinon . spy ( NativeModules . Instabug , 'disable' ) ;
58
58
const isRunningLive = sinon . spy ( NativeModules . Instabug , 'isRunningLive' ) ;
59
- const setVideoRecordingFloatingButtonPosition = sinon . spy ( NativeModules . IBGBugReporting , 'setVideoRecordingFloatingButtonPosition' ) ;
60
59
const showWelcomeMessageWithMode = sinon . spy ( NativeModules . Instabug , 'showWelcomeMessageWithMode' ) ;
61
60
const setWelcomeMessageMode = sinon . spy ( NativeModules . Instabug , 'setWelcomeMessageMode' ) ;
62
61
const setFileAttachment = sinon . spy ( NativeModules . Instabug , 'setFileAttachment' ) ;
@@ -503,15 +502,6 @@ describe('Instabug Module', () => {
503
502
504
503
} ) ;
505
504
506
- it ( 'should call the native method setVideoRecordingFloatingButtonPosition' , ( ) => {
507
-
508
- const position = 30 ;
509
- Instabug . setVideoRecordingFloatingButtonPosition ( position ) ;
510
-
511
- expect ( setVideoRecordingFloatingButtonPosition . calledOnceWithExactly ( position ) ) . toBe ( true ) ;
512
-
513
- } ) ;
514
-
515
505
it ( 'should call the native method showWelcomeMessageWithMode' , ( ) => {
516
506
517
507
const mode = Instabug . welcomeMessageMode . beta ;
@@ -710,5 +700,3 @@ describe('Instabug Module', () => {
710
700
} ) ;
711
701
712
702
} ) ;
713
-
714
-
You can’t perform that action at this time.
0 commit comments