May 2018
Intermediate to advanced
512 pages
11h 3m
English
After executing the e2e tests, you should see an error message similar to the one here:
*************************************************** Failures ***************************************************1) web-app App should display welcome message - Expected 'LocalCast Weather' to equal 'Welcome to app!'.Executed 1 of 1 spec (1 FAILED) in 1 sec.
This error is similar to the unit test you fixed earlier:
e2e/app.e2e-spec.tsexpect(page.getParagraphText()).toEqual('LocalCast Weather')
Jasmine started web-app App √ should display welcome messageExecuted 1 of 1 spec SUCCESS in 1 sec.
Read now
Unlock full access