We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e3d51 commit 9aaf583Copy full SHA for 9aaf583
report-ng/app/src/components/timings/test-timings/test-timings.ts
@@ -145,7 +145,7 @@ export class TestTimings extends AbstractViewModel {
145
this._methodDetails.forEach(method => {
146
const testDurationMethod: ITestDurationMethod = {
147
id: method.methodContext.contextValues.id,
148
- name: method.methodContext.contextValues.name,
+ name: method.identifier,
149
duration: (method.methodContext.contextValues.endTime - method.methodContext.contextValues.startTime)/1000,
150
methodType: method.methodContext.methodType,
151
status: method.methodContext.resultStatus
0 commit comments