c1505 / angular-testing-custom-directives-lab-v-000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing using Protractor/Jasmine/Karma

Objectives

  • Write an e2e test for View functionality

Instructions

Inside this repo, we have a user profile which is transcluded to have labels above the necessary fields. This time, our directive is functioning properly - it's your job to add the tests!

Write a protractor test to make sure that the correct content is put into the correct place. Your test should verify that name, position and description are all rendered above the correct elements.

About

License:Other


Languages

Language:HTML 58.2%Language:JavaScript 41.8%