From eb559755eb598b395a80884c4adb20e8625af206 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Sat, 12 Jan 2019 12:18:28 +0100 Subject: [PATCH] Stabilize tests: JS AJAX UnitTest is flanky in single process Capybara test. --- public/assets/tests/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/tests/core.js b/public/assets/tests/core.js index 3c9401487..1dc17249f 100644 --- a/public/assets/tests/core.js +++ b/public/assets/tests/core.js @@ -63,7 +63,7 @@ App.Ajax.request({ // ajax parallel App.Ajax.request({ type: 'GET', - url: '/tests/wait/2', + url: '/tests/wait/3', success: function (data) { test( "ajax - parallel - ajax get 200 1/2", function() {