authors table view
[angular-drzb] / test / e2e / scenarios.js
index 14bbea2..8a65d36 100644 (file)
@@ -108,4 +108,18 @@ describe('myApp', function() {
     });
 
   });
+
+  ddescribe('authors', function() {
+
+    beforeEach(function() {
+      browser().navigateTo('#/authors');
+    });
+
+
+    it('loading', function() {
+      expect(element('[ng-view] div:first').text()).
+        toMatch(/Loading/);
+    });
+
+  });
 });