angular-ui/ui-grid

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

クローズ

#4,426 opened on 2015/09/23

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (2,496 件のフォーク)batch import
help wantedtype: choretype: tests-e2e

Repository metrics

Stars
 (5,395 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド