Protractor ignoreSynchronization configuration for mixed Angular and non‑Angular pages
Goal: ensure Protractor executes actions reliably on pages that switch between Angular‑rendered views and server‑side or static content without timing out or performing steps too early. Constraint: the ignoreSynchronization flag defaults to false, which tells Protractor to wait for Angular bootstraps; however, there is no documented rule for when to set it t