Skip to content

seemajune/angular-e2e-test-lab-Continued-Education

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Writing an E2E test using Protractor

Objectives

  • Test bound Directives we've created

Instructions

Using the files we have provided in this repo, edit spec/Index.spec.js to test our application.

We should test that we can click on the "Add" button, and that it adds a new contact to the list.

Inside of the 'should add a new contact' test, setup the following expectations.

  • Total count of contacts should be 4.
  • The name of the second contact should be 'Tim'.
  • The phone number of the second contact should be '3934203242'.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published