diff options
author | Lukas 'Eipi' Eipert <leipert@gitlab.com> | 2019-07-26 09:40:17 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2019-07-26 09:40:17 +0000 |
commit | 6df22f17d2aa255742f2a728df7a00c0af4ee84c (patch) | |
tree | 7cecd30316101e1f760eefc75718dc1ecb472cd4 /package.json | |
parent | f2b6c6ca0de25512fa2c44f3058cdf24397954d3 (diff) | |
download | gitlab-ce-6df22f17d2aa255742f2a728df7a00c0af4ee84c.tar.gz |
Karma: Fix css selector for loading icon
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.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index dce20505fb0..773918524f9 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@babel/preset-env": "^7.4.4", "@gitlab/csslab": "^1.9.0", "@gitlab/svgs": "^1.67.0", - "@gitlab/ui": "^5.7.1", + "@gitlab/ui": "^5.9.0", "apollo-cache-inmemory": "^1.5.1", "apollo-client": "^2.5.1", "apollo-link": "^1.2.11", |