change: update logs for popup handler

This commit is contained in:
lilong.129
2023-09-21 16:52:08 +08:00
parent e83f7def56
commit f477d8ae9b
4 changed files with 11 additions and 14 deletions
+1 -1
View File
@@ -625,7 +625,7 @@ func runStepMobileUI(s *SessionRunner, step *TStep) (stepResult *StepResult, err
// automatic handling of pop-up windows on each step finished
if err2 := uiDriver.ClosePopups(); err2 != nil {
log.Error().Err(err2).Str("step", step.Name).Msg("auto handle popup failed")
log.Error().Err(err2).Str("step", step.Name).Msg("handle popup failed on step finished")
}
// save attachments