Skip to content

Commit 6e97c36

Browse files
chore: add images (#1419)
* chore: add images renderer e2e tests
1 parent f0119a0 commit 6e97c36

22 files changed

+1
-1
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

Diff for: e2e/renderer/e2e/setup.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ after("stop server", async () => {
1414

1515
afterEach(async function () {
1616
if (this.currentTest.state === "failed") {
17-
await driver.logScreenshot(this.currentTest.title);
17+
await driver.logTestArtifacts(this.currentTest.title);
1818
}
1919
});

0 commit comments

Comments
 (0)