Remove demo shell protractor TreeView e2e (#9000)

* remove protractor TreeView e2e

* [ci:force] fix types

* [ci:force] remove unused method
This commit is contained in:
Denys Vuika
2023-10-16 11:31:33 +01:00
committed by GitHub
parent 462166293a
commit 82fafff114
9 changed files with 6 additions and 304 deletions

View File

@@ -90,10 +90,6 @@ export class NavigationBarPage {
await BrowserVisibility.waitUntilElementIsNotPresent(this.linkMenuChildrenContainer);
}
async clickTreeViewButton(): Promise<void> {
await this.clickNavigationBarItem('Tree View');
}
async clickLogoutButton(): Promise<void> {
Logger.log('Logout');
try {