fix: failed to record the android ui step type in the step result

This commit is contained in:
xucong.053
2022-10-23 16:34:22 +08:00
parent aea9c9bd3c
commit 685e0b42b0
2 changed files with 20 additions and 17 deletions

View File

@@ -670,8 +670,8 @@ func (r *localRunner) start() {
close(r.controller.rebalance)
r.wgMu.Unlock()
//// wait for goroutines before closing
//r.wg.Wait()
// wait for goroutines before closing
r.wg.Wait()
close(r.doneChan)