diff --git a/tests/frontend/runner.css b/tests/frontend/runner.css index 14cc96986..841182fcb 100644 --- a/tests/frontend/runner.css +++ b/tests/frontend/runner.css @@ -102,11 +102,9 @@ body { } #mocha .test.pass.medium .duration { - background: #C09853; } #mocha .test.pass.slow .duration { - background: #B94A48; } #mocha .test.pass::before { @@ -122,19 +120,9 @@ body { font-size: 9px; margin-left: 5px; padding: 2px 5px; - color: white; - -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.2); - -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.2); - box-shadow: inset 0 1px 1px rgba(0,0,0,.2); - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - -ms-border-radius: 5px; - -o-border-radius: 5px; - border-radius: 5px; } #mocha .test.pass.fast .duration { - display: none; } #mocha .test.pending { diff --git a/tests/frontend/specs/alphabet.js b/tests/frontend/specs/alphabet.js index a0ad61bdf..9371683ca 100644 --- a/tests/frontend/specs/alphabet.js +++ b/tests/frontend/specs/alphabet.js @@ -8,6 +8,7 @@ describe('All the alphabet works n stuff', function () { }); it('when you enter any char it appears right', function (done) { + this.timeout(100); const inner$ = helper.padInner$; const chrome$ = helper.padChrome$;