Fix failing tests
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.
Showing
... | @@ -30,7 +30,7 @@ | ... | @@ -30,7 +30,7 @@ |
"@babel/preset-env": "^7.3.1", | "@babel/preset-env": "^7.3.1", | ||
"@gitlab/csslab": "^1.8.0", | "@gitlab/csslab": "^1.8.0", | ||
"@gitlab/svgs": "^1.54.0", | "@gitlab/svgs": "^1.54.0", | ||
"@gitlab/ui": "^2.2.3", | "@gitlab/ui": "^2.3.0", | ||
"apollo-boost": "^0.3.1", | "apollo-boost": "^0.3.1", | ||
"apollo-client": "^2.5.1", | "apollo-client": "^2.5.1", | ||
"at.js": "^1.5.4", | "at.js": "^1.5.4", | ||
... | ... |
Please register or sign in to comment