// /* The locator that returns the expected element i.e. gives us the 'a' tag  value and that matches with the text given */ //
 
// making use of our locator in our test script //
expect(element(by.tagName('a')).getText()).toEqual('LambdaTest');