Fix test sporadically failing due to failure to return Promise
When this test was converted from CoffeeScript to JS, the implicit return of the Promise was not converted to an explicit return. Hence the test would sporadically fail depending on when the Promise callback got executed.
Showing
Please register or sign in to comment