coryrylan / ng-pokedex

:monkey_face: Pokedex progressive web app built with Angular
https://ng-pokedex.web.app
266 stars 131 forks source link

Some e2e tests fail in this sample #10

Open gerbenvl opened 6 years ago

gerbenvl commented 6 years ago

Hi,

A couple of e2e tests fail when I try to run them:

× should open and view a particular pokemon

× should open and allow arrow keys to navigate between pokemon

Running from master from the 98f0bc11 commit (16-10).

Hope you can help out.

Gerben.

nrevutsky commented 6 years ago

'app-modal h1' should be replaced with 'ngx-modal h1' in test

gerbenvl commented 6 years ago

Ah thanks! Stupid, missed this. Opened a PR to fix this in master.