We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b9c1c commit 8746724Copy full SHA for 8746724
1 file changed
e2e/logic/POM/codeGraph.ts
@@ -21,10 +21,7 @@ export default class CodeGraph extends BasePage {
21
}
22
23
private get scopedLocator(): (selector: string) => Locator {
24
- return (selector: string) => {
25
- const scoped = selector.startsWith("//") ? `.${selector}` : selector;
26
- return this.container.locator(scoped);
27
- };
+ return (selector: string) => this.container.locator(selector);
28
29
30
/* NavBar Locators*/
0 commit comments