You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect(jasmine.Ajax.requests.mostRecent().data()).toEqual([['_token','my-csrf-token'],['var1','My value 1']])// Parsed by addJasmineAjaxFormDataSupport
1470
+
expect(requestHeaders['x-test']).toEqual('1')
1471
+
expect(callbackFormBefore).toHaveBeenCalled()
1472
+
})
1473
+
1440
1474
it('Send request with form and complete callback',asyncfunction(){
0 commit comments