Skip to content

Commit

Permalink
Correct Code
Browse files Browse the repository at this point in the history
  • Loading branch information
PaolaPellegrini committed May 3, 2024
1 parent 5d5b693 commit 51c4c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 51c4c38

Please sign in to comment.