1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2026-05-02 23:25:50 +00:00

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

This commit is contained in:
Girish Ramakrishnan
2026-04-29 17:11:05 +02:00
parent 5517962ee8
commit b3fce86d02
+1 -1
View File
@@ -16,7 +16,7 @@ describe('Application life cycle test', function () {
after(teardownBrowser);
afterEach(async function () {
await takeScreenshot(this.currentTest.title);
await takeScreenshot(this.currentTest);
});
async function confirmLicense() {