stable

Clone or download

Read-only

Current user's test status is updated when changing steps' status

Part of story #11492 have several steps in my tests How to test: - Given Alice and Bob are viewing a test with steps - When Alice changes steps' status, then the test's status will be updated too - Bob will keep receiving the test status update by realtime (as before) Change-Id: I3142af1e4a2c3f3925f072d64df139dc5ed9e92a

Modified Files

Name
M www/scripts/angular/src/app/app.spec.js +1 −0 Go to diff View file
M www/scripts/angular/src/app/execution-collection/execution-service.js +2 −11 Go to diff View file
A www/scripts/angular/src/app/execution/execution-with-steps/step/execution-with-steps-updater.js +53 −0 Go to diff View file
A www/scripts/angular/src/app/execution/execution-with-steps/step/execution-with-steps-updater.spec.js +102 −0 Go to diff View file
M www/scripts/angular/src/app/execution/execution-with-steps/step/step-controller.js +2 −0 Go to diff View file
M www/scripts/angular/src/app/execution/execution-with-steps/step/step-controller.spec.js +11 −1 Go to diff View file