test(ngModelOptions): fix e2e test focussing

This commit is contained in:
Peter Bacon Darwin
2014-05-04 19:39:44 +01:00
parent fbf5ab8f17
commit 8c08fcfb1b

View File

@@ -2325,6 +2325,7 @@ var ngValueDirective = function() {
it('should allow custom events', function() {
input.sendKeys(' hello');
input.click();
expect(model.getText()).toEqual('say');
other.click();
expect(model.getText()).toEqual('say hello');