angular-ui/ui-grid
Auf GitHub ansehenGrid with grouping functionality can't be correctly tested by protractor
Open
#4.426 geöffnet am 23. Sept. 2015
help wantedtype: choretype: tests-e2e
Repository-Metriken
- Stars
- (5.395 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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.