[AAE-17666] Remove date cell e2es covered by unit tests (#9153)

This commit is contained in:
Tomasz Gnyp
2023-12-12 14:41:51 +01:00
committed by GitHub
parent f5282834bc
commit 468c32691d
7 changed files with 36 additions and 52 deletions

View File

@@ -235,11 +235,6 @@ export class ContentServicesPage {
await BrowserVisibility.waitUntilElementIsClickable(this.uploadFileButton);
}
async enableMediumTimeFormat(): Promise<void> {
const mediumTimeFormat = $('#enableMediumTimeFormat');
await BrowserActions.click(mediumTimeFormat);
}
async checkPaginationIsNotDisplayed(): Promise<void> {
await BrowserVisibility.waitUntilElementIsVisible(this.emptyPagination);
}