mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-20 16:05:37 +08:00
test(ngModelOptions): fix e2e test focussing
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user