diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-08-27 10:05:57 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-08-27 10:10:05 +0200 |
commit | b846cafb9473956559688699d2f270afafd26c7c (patch) | |
tree | afa496712a957e99c4b19ff1c5801651edb0abd8 /server/sonar-web/test | |
parent | 7dccf5e8d7bbbe78a6c90a36040eb4158bf1985f (diff) | |
download | sonarqube-b846cafb9473956559688699d2f270afafd26c7c.tar.gz sonarqube-b846cafb9473956559688699d2f270afafd26c7c.zip |
SONAR-6766 add execution flow step numbers, decrease the contrast of issue location highlighting
Diffstat (limited to 'server/sonar-web/test')
-rw-r--r-- | server/sonar-web/test/medium/source-viewer.spec.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/sonar-web/test/medium/source-viewer.spec.js b/server/sonar-web/test/medium/source-viewer.spec.js index 45e1a428b00..0062379dc74 100644 --- a/server/sonar-web/test/medium/source-viewer.spec.js +++ b/server/sonar-web/test/medium/source-viewer.spec.js @@ -3,8 +3,6 @@ define(function (require) { require('../helpers/test-page'); bdd.describe('Source Viewer', function () { - var file = { uuid: 'uuid', key: 'key' }; - bdd.describe('Issues', function () { bdd.it('should show precise issue location', function () { return this.remote |