Skip to content

Commit

Permalink
Tests: Fix the link to QUnit CSS file
Browse files Browse the repository at this point in the history
Without this fix, the layout is fine during the test run but all the CSS is gone
when tests finish and the results are shown.

This affects commands like `grunt karma:chrome-debug`.

Closes gh-5090
  • Loading branch information
mgol committed Aug 29, 2022
1 parent 016872f commit 8cf39b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/karma.debug.html
Expand Up @@ -5,7 +5,7 @@
<title>DEBUG</title>
<meta charset="utf-8">
<!-- Karma serves this page from /context.html. Other files are served from /base -->
<link rel="stylesheet" href="/base/external/qunit/qunit/qunit.css" />
<link rel="stylesheet" href="/base/external/qunit/qunit.css" />
<link rel="stylesheet" href="/base/test/data/testsuite.css" />
</head>
<body id="body">
Expand Down

0 comments on commit 8cf39b7

Please sign in to comment.