mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-7267] The rest of list-views tests migrated to Playwright (#3711)
This commit is contained in:
@@ -174,4 +174,20 @@ export class PaginationComponent extends BaseComponent {
|
||||
async isMaxItemsPresent(): Promise<boolean> {
|
||||
return this.maxItems.isVisible();
|
||||
}
|
||||
|
||||
async isCurrentPagePresent(): Promise<boolean> {
|
||||
return this.currentPage.isVisible();
|
||||
}
|
||||
|
||||
async isTotalPagesPresent(): Promise<boolean> {
|
||||
return this.totalPages.isVisible();
|
||||
}
|
||||
|
||||
async isPreviousButtonPresent(): Promise<boolean> {
|
||||
return this.previousButton.isVisible();
|
||||
}
|
||||
|
||||
async isNextButtonPresent(): Promise<boolean> {
|
||||
return this.nextButton.isVisible();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user