1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2026-05-02 14:55:49 +00:00

test: pass full Mocha test to takeScreenshot for unique screenshot names

This commit is contained in:
Girish Ramakrishnan
2026-04-29 17:12:03 +02:00
parent f861f076e4
commit ad17c38599
+1 -1
View File
@@ -14,7 +14,7 @@ describe('Application life cycle test', function () {
after(teardownBrowser);
afterEach(async function () {
await takeScreenshot(this.currentTest.title);
await takeScreenshot(this.currentTest);
});
async function login(uname, pass) {