We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc75221 commit 4fc735dCopy full SHA for 4fc735d
lib/pageObjects.js
@@ -88,5 +88,5 @@ export function element(path) {
88
}
89
method = 'find';
90
91
- return current.as(path);
+ return current;
92
0 commit comments