@@ -125,7 +125,7 @@ describe( '[Language processing] Classify content (IBM Watson - NLU) Tests', ()
125
125
} ) ;
126
126
127
127
// Open post settings sidebar
128
- cy . openDocumentSettingsSidebarCustom ( ) ;
128
+ cy . openDocumentSettingsSidebar ( ) ;
129
129
130
130
// Open Panel
131
131
const panelButtonSelector = `.components-panel__body .components-panel__body-title button:contains("ClassifAI")` ;
@@ -214,7 +214,7 @@ describe( '[Language processing] Classify content (IBM Watson - NLU) Tests', ()
214
214
} ) ;
215
215
216
216
// Open post settings sidebar
217
- cy . openDocumentSettingsSidebarCustom ( ) ;
217
+ cy . openDocumentSettingsSidebar ( ) ;
218
218
219
219
// Open Panel
220
220
const panelButtonSelector = `.components-panel__body .components-panel__body-title button:contains("ClassifAI")` ;
@@ -253,7 +253,7 @@ describe( '[Language processing] Classify content (IBM Watson - NLU) Tests', ()
253
253
} ) ;
254
254
255
255
// Open post settings sidebar
256
- cy . openDocumentSettingsSidebarCustom ( ) ;
256
+ cy . openDocumentSettingsSidebar ( ) ;
257
257
258
258
// Verify Each Created taxonomies.
259
259
[ 'categories' , 'keywords' , 'concepts' , 'entities' ] . forEach (
@@ -292,7 +292,7 @@ describe( '[Language processing] Classify content (IBM Watson - NLU) Tests', ()
292
292
} ) ;
293
293
294
294
// Open post settings sidebar
295
- cy . openDocumentSettingsSidebarCustom ( ) ;
295
+ cy . openDocumentSettingsSidebar ( ) ;
296
296
297
297
// Verify Each Created taxonomies.
298
298
[ 'categories' , 'keywords' , 'concepts' , 'entities' ] . forEach (
@@ -340,7 +340,7 @@ describe( '[Language processing] Classify content (IBM Watson - NLU) Tests', ()
340
340
} ) ;
341
341
342
342
// Open post settings sidebar
343
- cy . openDocumentSettingsSidebarCustom ( ) ;
343
+ cy . openDocumentSettingsSidebar ( ) ;
344
344
345
345
// Verify Each Created taxonomies with threshold 75.
346
346
[ 'categories' , 'keywords' , 'concepts' , 'entities' ] . forEach (
@@ -381,7 +381,7 @@ describe( '[Language processing] Classify content (IBM Watson - NLU) Tests', ()
381
381
} ) ;
382
382
383
383
// Open post settings sidebar
384
- cy . openDocumentSettingsSidebarCustom ( ) ;
384
+ cy . openDocumentSettingsSidebar ( ) ;
385
385
386
386
// Verify Each Created taxonomies with threshold 75 as we have already created terms with threshold 75. So, those are existing terms.
387
387
[ 'categories' , 'keywords' , 'concepts' , 'entities' ] . forEach (
@@ -435,7 +435,7 @@ describe( '[Language processing] Classify content (IBM Watson - NLU) Tests', ()
435
435
} ) ;
436
436
437
437
// Open post settings sidebar
438
- cy . openDocumentSettingsSidebarCustom ( ) ;
438
+ cy . openDocumentSettingsSidebar ( ) ;
439
439
440
440
// Verify Each Created taxonomies.
441
441
cy . verifyPostTaxonomyTerms ( 'tags' , threshold / 100 ) ;
0 commit comments