1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2026-04-29 22:21:13 +00:00

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

This commit is contained in:
Girish Ramakrishnan
2026-04-29 17:09:57 +02:00
parent caa5274a5d
commit 7c3fa660e0
+1 -1
View File
@@ -36,7 +36,7 @@ describe('Application life cycle test', function () {
});
afterEach(async function () {
await takeScreenshot(this.currentTest.title);
await takeScreenshot(this.currentTest);
});
async function login(user, passwd) {