summaryrefslogtreecommitdiff
path: root/spec/javascripts/badges
Commit message (Collapse)AuthorAgeFilesLines
* Karma: Fix css selector for loading iconLukas 'Eipi' Eipert2019-07-262-2/+2
| | | | | The GitLab UI update changed the spinner selector from `spinner` to `gl-spinner`, so we need to update it, so that our tests won't fail.
* Fix failing testsBrandon Labuschagne2019-03-182-2/+2
| | | | | | | | A number of the karma tests looked for the .fa-spinner class or the icon element used for the font awesome spinner class. These instances have been refactored to now look for the .spinner class instead.
* Fix misspellings in app/spec executable linesTakuya Noguchi2019-02-271-2/+2
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer2018-10-176-0/+38
|
* Move badge settings to general settingsWinnie Hellmann2018-09-031-71/+79
|
* Use _.uniqueId() instead of Math.random() for dummy badgesWinnie Hellmann2018-08-231-1/+2
|
* [skip ci] Convert panel related class names to cardClement Ho2018-04-102-3/+3
|
* Projects and groups badges settings UIFrancisco Javier López2018-04-088-0/+1660