From bfafcc35133e5f9609bd13437aa277a75a9a1319 Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Wed, 8 Nov 2023 23:20:51 +0000 Subject: [PATCH] like this? --- cypress/support/e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/e2e.ts b/cypress/support/e2e.ts index c027ce71ec2b5..86cd52d0a7841 100644 --- a/cypress/support/e2e.ts +++ b/cypress/support/e2e.ts @@ -67,7 +67,7 @@ beforeEach(() => { }) afterEach(function () { - const { state, duration, fullTitle } = this.currentTest + const { state, duration, fullTitle, title } = this.currentTest const event = state === 'passed' ? 'e2e_testing_test_passed' : 'e2e_testing_test_failed' if (E2E_TESTING) {