File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -339,11 +339,11 @@ describe('Menu', () => {
339
339
} ) ;
340
340
341
341
it ( 'Templates' , ( ) => {
342
- cy . menu ( 'Automation' , 'Automation' , 'Templates' ) . expect_show_list_title ( 'Templates (Ansible Tower) ' ) ;
342
+ cy . menu ( 'Automation' , 'Automation' , 'Templates' ) . expect_show_list_title ( 'Templates' ) ;
343
343
} ) ;
344
344
345
345
it ( 'Jobs' , ( ) => {
346
- cy . menu ( 'Automation' , 'Automation' , 'Jobs' ) . expect_show_list_title ( 'Ansible Tower Jobs' ) ;
346
+ cy . menu ( 'Automation' , 'Automation' , 'Jobs' ) . expect_show_list_title ( 'Automation Jobs' ) ;
347
347
} ) ;
348
348
} ) ;
349
349
@@ -381,7 +381,9 @@ describe('Menu', () => {
381
381
} ) ;
382
382
383
383
it ( 'Simulation' , ( ) => {
384
- cy . menu ( 'Automation' , 'Embedded Automate' , 'Simulation' ) . expect_explorer_title ( 'Simulation' ) ;
384
+ // TODO: change the simulation page to use the correct class so we can use explorer_title_text or expect_show_list_title
385
+ cy . menu ( 'Automation' , 'Embedded Automate' , 'Simulation' ) ;
386
+ cy . get ( 'div.simulation-title-text' ) . contains ( 'Simulation' ) ;
385
387
} ) ;
386
388
387
389
it ( 'Generic Objects' , ( ) => {
You can’t perform that action at this time.
0 commit comments