[ci:force] remove custom permission e2e test as already tested by unit

This commit is contained in:
Denys Vuika
2023-07-31 18:07:40 -04:00
parent 7e1fd6627d
commit a6bd153d27
5 changed files with 0 additions and 42 deletions

View File

@@ -428,11 +428,6 @@ export class ContentServicesPage {
await BrowserActions.click(infiniteScrollButton);
}
async enableCustomPermissionMessage(): Promise<void> {
const customPermissionMessage = element(by.cssContainingText('.mat-slide-toggle-content', 'Enable custom permission message'));
await BrowserActions.click(customPermissionMessage);
}
async enableMediumTimeFormat(): Promise<void> {
const mediumTimeFormat = $('#enableMediumTimeFormat');
await BrowserActions.click(mediumTimeFormat);