File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -320,8 +320,8 @@ describe('Hooks tests', () => {
320320 setCommonPlugins ( ) ;
321321 Config . create ( config ) ;
322322 expect ( Config . get ( ) ) . toHaveProperty ( `plugins.screenshotOnFail` ) ;
323- expect ( Config . get ( ) ) . toHaveProperty ( `plugins.tryTo` ) ;
324- expect ( Config . get ( ) ) . toHaveProperty ( `plugins.retryTo` ) ;
323+ // expect(Config.get()).toHaveProperty(`plugins.tryTo`);
324+ // expect(Config.get()).toHaveProperty(`plugins.retryTo`);
325325 expect ( Config . get ( ) ) . toHaveProperty ( `plugins.eachElement` ) ;
326326 } ) ;
327327
@@ -339,8 +339,8 @@ describe('Hooks tests', () => {
339339 expect ( Config . get ( ) ) . toHaveProperty ( `plugins.screenshotOnFail` ) ;
340340 expect ( Config . get ( ) ) . toHaveProperty ( `plugins.screenshotOnFail.enabled` ) ;
341341 expect ( Config . get ( ) . plugins . screenshotOnFail . enabled ) . toBeFalsy ( ) ;
342- expect ( Config . get ( ) ) . toHaveProperty ( `plugins.tryTo` ) ;
343- expect ( Config . get ( ) ) . toHaveProperty ( `plugins.retryTo` ) ;
342+ // expect(Config.get()).toHaveProperty(`plugins.tryTo`);
343+ // expect(Config.get()).toHaveProperty(`plugins.retryTo`);
344344 expect ( Config . get ( ) ) . toHaveProperty ( `plugins.eachElement` ) ;
345345 expect ( Config . get ( ) ) . toHaveProperty ( `plugins.otherPlugin` ) ;
346346 } ) ;
You can’t perform that action at this time.
0 commit comments