Skip to content

Commit f82ff8f

Browse files
pollendMichael Pollind
andauthored
chore: remove unused variables for webview locator (#1769)
Signed-off-by: Michael Pollind <[email protected]> Co-authored-by: Michael Pollind <[email protected]>
1 parent 26aadcd commit f82ff8f

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

packages/locators/lib/1.37.0.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ const editor = {
221221
WebView: {
222222
iframe: By.css(`iframe[class='webview ready']`),
223223
activeFrame: By.id('active-frame'),
224-
container: (id: string) => By.id(id),
225-
attribute: 'aria-flowto',
226224
},
227225
ExtensionEditorView: {
228226
constructor: By.className('extension-editor'),

packages/locators/lib/1.74.0.ts

Lines changed: 0 additions & 26 deletions
This file was deleted.

packages/page-objects/src/locators/locators.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,6 @@ export interface Locators {
224224
WebView: {
225225
iframe: By;
226226
activeFrame: By;
227-
container: (id: string) => By;
228-
attribute: string;
229227
};
230228
ExtensionEditorView: {
231229
constructor: By;

0 commit comments

Comments
 (0)