Skip to content

Commit 2b39d52

Browse files
lampiettibrnhffmnn
authored andcommitted
fix test result CSS class in TV screen, by following the jquery API doc: http://api.jquery.com/removeClass/
1 parent 2e29247 commit 2b39d52

File tree

1 file changed

+1
-1
lines changed
  • spoon-runner/src/main/resources/page

1 file changed

+1
-1
lines changed

spoon-runner/src/main/resources/page/tv.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h3 id="caption"></h3>
5656
}
5757

5858
function updateTest(testResult) {
59-
$('#current-test-info').removeClass('pass', 'fail', 'error')
59+
$('#current-test-info').removeClass('pass fail error')
6060
$('#current-test-info').addClass(testResult.status)
6161
$('#test-name').text(testResult.methodPrettyName)
6262
$('#test-class-name').text(testResult.classSimpleName)

0 commit comments

Comments
 (0)