angular-ui/ui-grid

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

Open

#4426 aperta il 23 set 2015

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (2496 fork)batch import
help wantedtype: choretype: tests-e2e

Metriche repository

Star
 (5395 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor