我能够使用 ng-repeat 选择一个元素,但开发人员使用了虚拟重复,因此下面的代码现在不起作用
expect(stores.listStores(0).getText()).toContain('Prahran');
expect(element.all(by.repeater('store in ui.stores')).count()).toEqual(1);
失败:索引超出范围。尝试访问索引处的元素:0,但只有 0 个元素与定位器匹配 by.repeater("store in ui.stores")