aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/window.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ng/window.js')
-rw-r--r--src/ng/window.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/window.js b/src/ng/window.js
index e1928a88..091a51a0 100644
--- a/src/ng/window.js
+++ b/src/ng/window.js
@@ -31,7 +31,7 @@
<button ng-click="doGreeting(greeting)">ALERT</button>
</div>
</file>
- </file name="protractor.js" type="protractor">
+ <file name="protractor.js" type="protractor">
it('should display the greeting in the input box', function() {
element(by.model('greeting')).sendKeys('Hello, E2E Tests');
// If we click the button it will block the test runner