Is it because browser.setLocation
is not supported in angular v6 (like by.model
and by.binding
)?
I have tried await browser.waitForAngular()
, but it doesn't seem to change anything.
I do wish to keep synchronization between angular/protractor (e.g. browser.ignoreSynchronization = true
and browser.waitForAngularEnabled(true)
)