angular-ui/ui-grid

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

Open

#4.426 aberto em 23 de set. de 2015

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (2.496 forks)batch import
help wantedtype: choretype: tests-e2e

Métricas do repositório

Stars
 (5.395 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador