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
Since sinon mocks away the XHR request in the jasmine based test suite we've noticed a class of bugs related to specific implementation details of the XHR object in different browsers. We need to be able to test that the library works on at least Firefox and Webkit. Selenium seems to be the obvious choice to facilitate this.
The text was updated successfully, but these errors were encountered:
Since
sinon
mocks away the XHR request in thejasmine
based test suite we've noticed a class of bugs related to specific implementation details of the XHR object in different browsers. We need to be able to test that the library works on at least Firefox and Webkit. Selenium seems to be the obvious choice to facilitate this.The text was updated successfully, but these errors were encountered: