Skip to content

Commit 8c08fcf

Browse files
test(ngModelOptions): fix e2e test focussing
1 parent fbf5ab8 commit 8c08fcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ng/directive/input.js

+1
Original file line numberDiff line numberDiff line change
@@ -2325,6 +2325,7 @@ var ngValueDirective = function() {
23252325
23262326
it('should allow custom events', function() {
23272327
input.sendKeys(' hello');
2328+
input.click();
23282329
expect(model.getText()).toEqual('say');
23292330
other.click();
23302331
expect(model.getText()).toEqual('say hello');

0 commit comments

Comments
 (0)