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 14405d56a6
commit 799752c6c4
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)