angular-ui/ui-grid
在 GitHub 查看Grid with grouping functionality can't be correctly tested by protractor
Open
#4,426 建立於 2015年9月23日
help wantedtype: choretype: tests-e2e
倉庫指標
- Star
- (5,395 star)
- PR 合併指標
- (30 天內沒有已合併 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.