Skip to content

Commit ac2febd

Browse files
authored
Update search.spec.ts
1 parent 6501023 commit ac2febd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/search.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe("Sandbox", () => {
99
const title: string = browser.getTitle();
1010
assert.strictEqual(title, "Sandbox");
1111

12-
const header: string = $("h1").getText();
12+
const header: string = browser.$("h1").getText();
1313
assert.strictEqual(header, "Sandbox");
1414
});
1515
});

0 commit comments

Comments
 (0)