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', () => {
320
320
setCommonPlugins ( ) ;
321
321
Config . create ( config ) ;
322
322
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`);
325
325
expect ( Config . get ( ) ) . toHaveProperty ( `plugins.eachElement` ) ;
326
326
} ) ;
327
327
@@ -339,8 +339,8 @@ describe('Hooks tests', () => {
339
339
expect ( Config . get ( ) ) . toHaveProperty ( `plugins.screenshotOnFail` ) ;
340
340
expect ( Config . get ( ) ) . toHaveProperty ( `plugins.screenshotOnFail.enabled` ) ;
341
341
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`);
344
344
expect ( Config . get ( ) ) . toHaveProperty ( `plugins.eachElement` ) ;
345
345
expect ( Config . get ( ) ) . toHaveProperty ( `plugins.otherPlugin` ) ;
346
346
} ) ;
You can’t perform that action at this time.
0 commit comments