diff --git a/pages/admin.js b/pages/admin.js index a62cfc5..f146399 100644 --- a/pages/admin.js +++ b/pages/admin.js @@ -6,7 +6,7 @@ var date = new Date(); const navHelper = new NavigationHelper(); export class Admin { - /*searchForCollection(collectionName,option="edit") { + searchForCollection(collectionName,option="edit") { cy.get(selectors.RecordsBtn).should('be.visible'); cy.get(selectors.searchInputBox).type(collectionName).should('have.value', collectionName); cy.xpath(selectors.searchctrl).click({