angular-ui/ui-grid

Grid with grouping functionality can't be correctly tested by protractor

已关闭

#4,426 创建于 2015年9月23日

 (1 条评论) (0 个反应) (0 位负责人)JavaScript (2,496 个派生)batch import
help wantedtype: choretype: tests-e2e

仓库指标

星标
 (5,395 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

There is a grid with grouping feature to test with protractor using ui-grid e2e tests utils. Text at invisible row cells actually equas to empty string: expect(row.element( ... ).getText).toMatch('some value') returns an error Expected [''] to match ['some value']. It works correctly to visible rows.

贡献者指南