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:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user