docs(tutorial/step_4: update test to match new $bindings behaviour
var phoneNameColumn = element.all(by.repeater('phone in phones').column('{{phone.name}}'));
should be
var phoneNameColumn = element.all(by.repeater('phone in phones').column('phone.name'));
Closes #9823 K
kboutsen committed
43b1a3739a3cb36bf9731d3bbd444c13f0480d42
Parent: b4db713
Committed by Caitlin Potter <caitpotter88@gmail.com>
on 10/29/2014, 3:02:04 PM