Skip to content

Commit c292f87

Browse files
Update e2e test sample
1 parent 13e1e57 commit c292f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/sample-test.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe("scenario simple", () => {
1616

1717
afterEach(async function () {
1818
if (this.currentTest.state === "failed") {
19-
await driver.logScreenshoot(this.currentTest.title);
19+
await driver.logScreenshot(this.currentTest.title);
2020
}
2121
});
2222

0 commit comments

Comments
 (0)