Stabilize tests: JS AJAX UnitTest is flanky in single process Capybara test.
This commit is contained in:
parent
2d5ec5d485
commit
eb559755eb
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ App.Ajax.request({
|
||||||
// ajax parallel
|
// ajax parallel
|
||||||
App.Ajax.request({
|
App.Ajax.request({
|
||||||
type: 'GET',
|
type: 'GET',
|
||||||
url: '/tests/wait/2',
|
url: '/tests/wait/3',
|
||||||
success: function (data) {
|
success: function (data) {
|
||||||
test( "ajax - parallel - ajax get 200 1/2", function() {
|
test( "ajax - parallel - ajax get 200 1/2", function() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue