// /* The locator finds the element with the bind attribute and returns the exact value */ //
 
// making use of our locator in our test script //
 
expect(element(by.exactRepeater('dev in developer_names')).isPresent()).toBe(true);