Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-03 15:09:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-03 15:09:39 +0300
commitf145ef4be75f3711c52a680b86d96568e9acf385 (patch)
tree5e90358a166062305cf41f73e541cf4744b76c4d /spec/frontend/blob
parent544eaa90817fa8595826fbd44f37452c76b56378 (diff)
Add latest changes from gitlab-org/gitlab@masterCSTarun
Diffstat (limited to 'spec/frontend/blob')
-rw-r--r--spec/frontend/blob/viewer/index_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/blob/viewer/index_spec.js b/spec/frontend/blob/viewer/index_spec.js
index 69ec22b1f94..a4b4044f5f9 100644
--- a/spec/frontend/blob/viewer/index_spec.js
+++ b/spec/frontend/blob/viewer/index_spec.js
@@ -154,7 +154,7 @@ describe('Blob viewer', () => {
blob.switchToViewer('simple');
- expect(simpleBtn.classList.contains('active')).toBeTruthy();
+ expect(simpleBtn.classList.contains('selected')).toBeTruthy();
expect(simpleBtn.blur).toHaveBeenCalled();
});