diff options
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/cookbook/buzz.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/cookbook/buzz.ngdoc b/docs/content/cookbook/buzz.ngdoc index 23473e56..a1e4a8b2 100644 --- a/docs/content/cookbook/buzz.ngdoc +++ b/docs/content/cookbook/buzz.ngdoc @@ -53,7 +53,7 @@ to retrieve Buzz activity and comments.      </div>   </doc:source>   <doc:scenario> -  it('fetch buzz and expand', function() { +  xit('fetch buzz and expand', function() {      element(':button:contains(fetch)').click();      expect(repeater('div.buzz').count()).toBeGreaterThan(0);      element('.buzz a:contains(Expand replies):first').click(); | 
