upgrade to angular 0.9.10 and update the code with angular API changes
[angular-drzb] / test / e2e / scenarios.js
index e9dee6a..6c958a3 100644 (file)
@@ -18,7 +18,7 @@ describe('my app', function() {
 
 
     it('should render view1 when user navigates to /view1', function() {
-      expect(element('ng\\:include p:first').text()).
+      expect(element('ng\\:view p:first').text()).
         toMatch(/partial for view 1/)
     });
 
@@ -33,7 +33,7 @@ describe('my app', function() {
 
 
     it('should render view1 when user navigates to /view2', function() {
-      expect(element('ng\\:include p:first').text()).
+      expect(element('ng\\:view p:first').text()).
         toMatch(/partial for view 2/)
     });