File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -485,8 +485,6 @@ describe('Run Failures button', () => {
485
485
cy . findByTestId ( 'run-failures' ) . realHover ( )
486
486
487
487
cy . findByTestId ( 'run-all-failures-tooltip' ) . should ( 'be.visible' ) . contains ( 'Spec was not found locally' )
488
-
489
- cy . percySnapshot ( )
490
488
} )
491
489
492
490
it ( 'is disabled if run testing-type differs from the current testing-type' , ( ) => {
@@ -563,7 +561,6 @@ describe('Open in IDE', () => {
563
561
564
562
cy . findByLabelText ( defaultMessages . debugPage . openFile . openInIDE ) . as ( 'openInIDE' ) . realHover ( )
565
563
cy . findByTestId ( 'open-in-ide-tooltip' ) . should ( 'be.visible' ) . and ( 'contain' , defaultMessages . debugPage . openFile . openInIDE )
566
- cy . percySnapshot ( )
567
564
568
565
cy . get ( '@openInIDE' ) . click ( )
569
566
@@ -576,6 +573,5 @@ describe('Open in IDE', () => {
576
573
577
574
cy . findByLabelText ( defaultMessages . debugPage . openFile . notFoundLocally ) . as ( 'openInIDE' ) . realHover ( )
578
575
cy . findByTestId ( 'open-in-ide-disabled-tooltip' ) . should ( 'be.visible' ) . and ( 'contain' , defaultMessages . debugPage . openFile . notFoundLocally )
579
- cy . percySnapshot ( )
580
576
} )
581
577
} )
You can’t perform that action at this time.
0 commit comments