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:
+1
-1
@@ -15,7 +15,7 @@ describe('Application life cycle test', function () {
|
|||||||
after(teardownBrowser);
|
after(teardownBrowser);
|
||||||
|
|
||||||
afterEach(async function () {
|
afterEach(async function () {
|
||||||
await takeScreenshot(this.currentTest.title);
|
await takeScreenshot(this.currentTest);
|
||||||
});
|
});
|
||||||
|
|
||||||
function baseUrl() {
|
function baseUrl() {
|
||||||
|
|||||||
Reference in New Issue
Block a user