Skip to content

Commit

Permalink
like this?
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Nov 8, 2023
1 parent 5ebc7e6 commit bfafcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit bfafcc3

Please sign in to comment.