tailosoft / jhipster-primeng-blueprint

This blueprint can be used to generate jhipster project with primeng frontend instead of bootstrap (work in progress)
Apache License 2.0
26 stars 20 forks source link

E2e tests with a 'p-calendar' fails #20

Closed mamane10 closed 3 years ago

mamane10 commented 4 years ago

element(by.css('.ui-inputtext')).sendKeys(protractor.Key.chord(protractor.Key.CONTROL, 'a')) select only half the input As a replacement use Key.chord(Key.CONTROL, Key.SHIFT, Key.ARROW_UP) instead

yelhouti commented 3 years ago

fixed