angular / router

The Angular 1 Component Router
MIT License
665 stars 135 forks source link

Solve example tests #337

Closed alfonso-presa closed 8 years ago

alfonso-presa commented 9 years ago

Seems like the example tests in saucelabs are failing. I solve this in my other pr https://github.com/angular/router/pull/333 but I though it was worth cherry-picking it and making it's own PR.

To sum up the problem seems like Firefox 28 is failing in linux platform... So I changed it to windows 7 and left chrome run on linux. This way there are 3 browsers in 3 different platforms.

edit: The reason why it's failing is for some weir rendering issue with the first item of the list of Phone items in the phone-kitten example list. I've confirmed through the inspector that the DOM is present but for some reason the browser is not rendering it and thus selenium is ignoring it.

Review on Reviewable