Skip to content

Commit 33eefc2

Browse files
committed
Removed unused method (DH-18428-2)
1 parent 347194c commit 33eefc2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

e2e-testing/src/pageObjects/WebViewExtended.ts

-9
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@ export class WebViewExtended extends WebView {
77

88
private windowHandle: string | undefined;
99

10-
/**
11-
* The aria-flowto attribute is used to associate a webview editor instance
12-
* with the container div containing the active webview iframe.
13-
* @returns Promise resolving to the id
14-
*/
15-
async getAriaFlowtoId(): Promise<string> {
16-
return this.findElement(By.css('div')).getAttribute('aria-flowto');
17-
}
18-
1910
/**
2011
* Get the id used to associate a webview editor instance with container divs
2112
* that contain the webview iframes.

0 commit comments

Comments
 (0)