From 9565cca15b6d30aefb78bcec411dea4f7b305019 Mon Sep 17 00:00:00 2001 From: Julie Date: Wed, 12 Feb 2014 15:07:08 -0800 Subject: chore(protractor tests): fix up e2e tests --- src/ng/directive/ngCloak.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ng/directive/ngCloak.js') diff --git a/src/ng/directive/ngCloak.js b/src/ng/directive/ngCloak.js index 21a32801..bf19117a 100644 --- a/src/ng/directive/ngCloak.js +++ b/src/ng/directive/ngCloak.js @@ -47,9 +47,9 @@ it('should remove the template directive and css class', function() { - expect($('.doc-example-live #template1').getAttribute('ng-cloak')). + expect($('#template1').getAttribute('ng-cloak')). toBeNull(); - expect($('.doc-example-live #template2').getAttribute('ng-cloak')). + expect($('#template2').getAttribute('ng-cloak')). toBeNull(); }); -- cgit v1.2.3