Skip to content

Commit 9aaf583

Browse files
Fixed timing tests view
1 parent 47e3d51 commit 9aaf583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

report-ng/app/src/components/timings/test-timings/test-timings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export class TestTimings extends AbstractViewModel {
145145
this._methodDetails.forEach(method => {
146146
const testDurationMethod: ITestDurationMethod = {
147147
id: method.methodContext.contextValues.id,
148-
name: method.methodContext.contextValues.name,
148+
name: method.identifier,
149149
duration: (method.methodContext.contextValues.endTime - method.methodContext.contextValues.startTime)/1000,
150150
methodType: method.methodContext.methodType,
151151
status: method.methodContext.resultStatus

0 commit comments

Comments
 (0)