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
path: root/spec
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-12-13 22:14:38 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-12-13 22:14:38 +0300
commit9d0fc98c7d36d4865cb719333b1bd3000b629978 (patch)
tree67c17796d2cb5232432b7f94ff9b6b8b44d4c808 /spec
parent83998c0a33c70c786f48eef5ce723eb6dd76761f (diff)
parenta5439897d20b80274733605862d050b2abfb1cb3 (diff)
Merge branch '33926-update-issuable-icons' into 'master'
Update issuable status icons Closes #33926 See merge request gitlab-org/gitlab-ce!15898
Diffstat (limited to 'spec')
-rw-r--r--spec/javascripts/issue_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/issue_spec.js b/spec/javascripts/issue_spec.js
index 3636aac79a0..2cd2e63b15d 100644
--- a/spec/javascripts/issue_spec.js
+++ b/spec/javascripts/issue_spec.js
@@ -55,7 +55,7 @@ describe('Issue', function() {
}
function findElements(isIssueInitiallyOpen) {
- $boxClosed = $('div.status-box-closed');
+ $boxClosed = $('div.status-box-issue-closed');
expect($boxClosed).toExist();
expect($boxClosed).toHaveText('Closed');