1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2026-04-30 06:31:01 +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:55 +02:00
parent b08f62e4e2
commit d9bf01f557
+1 -1
View File
@@ -15,7 +15,7 @@ describe('Application life cycle test', function () {
after(teardownBrowser);
afterEach(async function () {
await takeScreenshot(this.currentTest.title);
await takeScreenshot(this.currentTest);
});
function baseUrl() {