は、言及したuntrackOutstandingTimeouts
settingがあります:私は、設定を変更する人を見たことがない分度器のuntrackOutstandingTimeouts設定とは何ですか?分度器の参照設定で
// Protractor will track outstanding $timeouts by default, and report them in
// the error message if Protractor fails to synchronize with Angular in time.
// In order to do this Protractor needs to decorate $timeout.
// CAUTION: If your app decorates $timeout, you must turn on this flag. This
// is false by default.
untrackOutstandingTimeouts: false,
。どのような設定の実用的な使用ですか?いつ私はtrue
に設定する必要がありますか?