From 9565cca15b6d30aefb78bcec411dea4f7b305019 Mon Sep 17 00:00:00 2001
From: Julie
Date: Wed, 12 Feb 2014 15:07:08 -0800
Subject: chore(protractor tests): fix up e2e tests
---
src/ng/directive/input.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'src/ng/directive/input.js')
diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js
index 676c1692..0410b197 100644
--- a/src/ng/directive/input.js
+++ b/src/ng/directive/input.js
@@ -955,13 +955,13 @@ var VALID_CLASS = 'ng-valid',
-
+
it('should data-bind and become invalid', function() {
if (browser.params.browser = 'safari') {
// SafariDriver can't handle contenteditable.
return;
};
- var contentEditable = element(by.css('.doc-example-live [contenteditable]'));
+ var contentEditable = element(by.css('[contenteditable]'));
expect(contentEditable.getText()).toEqual('Change me!');
--
cgit v1.2.3