From 1e99ea6a5105e496616c38402e21e31ad74d34ba Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Thu, 9 May 2013 12:42:19 +0100 Subject: docs($window): fix example --- src/ng/window.js | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ng/window.js b/src/ng/window.js index a23d2306..112c50a5 100644 --- a/src/ng/window.js +++ b/src/ng/window.js @@ -16,10 +16,23 @@ * @example - - + +
+ + +
+ it('should display the greeting in the input box', function() { + input('greeting').enter('Hello, E2E Tests'); + // If we click the button it will block the test runner + // element(':button').click(); + });
*/ -- cgit v1.2.3