This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// 2 pages: | |
// A: "Employee" page containing a link to an employee. | |
// B: "Person" page - click employee and it brings you here. | |
// There is an AngularJS binding called "person.name" which | |
// should match the Employee's name you clicked on. | |
// | |
describe('The link in the Employee screen', function() { | |
it('takes you to the correct "Person" page', function() { |