Skip to content

Commit f5ecaa4

Browse files
committed
Remove redundant selectAccordionItem call
1 parent ca56bf8 commit f5ecaa4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cypress/e2e/ui/Services/Catalogs/copy_catalog.cy.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ describe('Automate Catalog form operations: Services > Catalogs > Catalogs > Con
5252
cy.menu(SERVICES_MENU_OPTION, CATALOGS_MENU_OPTION);
5353

5454
cy.accordion(CATALOG_ITEMS_ACCORDION_ITEM);
55-
cy.selectAccordionItem([
56-
ALL_CATALOG_ITEMS_ACCORDION_ITEM,
57-
UNASSIGNED_ACCORDION_ITEM,
58-
]);
5955

6056
cy.selectAccordionItem([
6157
ALL_CATALOG_ITEMS_ACCORDION_ITEM,

0 commit comments

Comments
 (0)