В справочной конфигурации Protractor указан параметр 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
?