From db30f66afcaeb912fb762f4bb5d22c501ac05742 Mon Sep 17 00:00:00 2001 From: Pedro Felipe de Azevedo Furtado Date: Sat, 15 Sep 2018 00:17:56 -0300 Subject: [PATCH] Update focusing-tests.js --- tests/results/focusing-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/results/focusing-tests.js b/tests/results/focusing-tests.js index f23da8a065..08a2ef3c21 100644 --- a/tests/results/focusing-tests.js +++ b/tests/results/focusing-tests.js @@ -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