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 6501023 commit ac2febdCopy full SHA for ac2febd
spec/search.spec.ts
@@ -9,7 +9,7 @@ describe("Sandbox", () => {
9
const title: string = browser.getTitle();
10
assert.strictEqual(title, "Sandbox");
11
12
- const header: string = $("h1").getText();
+ const header: string = browser.$("h1").getText();
13
assert.strictEqual(header, "Sandbox");
14
});
15
0 commit comments