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) {