Skip to content

Commit

Permalink
Update focusing-tests.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofurtado committed Sep 15, 2018
1 parent aac9916 commit db30f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/results/focusing-tests.js
Expand Up @@ -156,7 +156,7 @@ test('scrollAfterSelect triggers results:focus', function (assert) {

var Results = require('select2/results');

var options = new Options({ scrollAfterSelect: false });
var options = new Options({ scrollAfterSelect: true });
var results = new Results($select, options);

// Fake the data adapter for the `setClasses` method
Expand Down

0 comments on commit db30f66

Please sign in to comment.