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(); + });
*/