Skip to content

Commit

Permalink
Added TODO above selectArticleItemsPerPage method
Browse files Browse the repository at this point in the history
Signed-off-by: Neilhamza <[email protected]>
  • Loading branch information
Neilhamza committed Aug 22, 2023
1 parent bcc5846 commit 39d7750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/models/migration/reports/reports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import {
itemsPerPageToggleButton,
} from "../../../views/reports.view";

//TODO - Update following method to a possible usage of current "selectItemsPerPage" method or reuse it inside following method
export function selectArticleItemsPerPage(items: number, articleTitle: string): void {
cy.log(`Select ${items} per page`);
cy.get(articleTitle)
Expand Down

0 comments on commit 39d7750

Please sign in to comment.