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:
authorEric Eastwood <contact@ericeastwood.com>2017-12-13 06:44:59 +0300
committerEric Eastwood <contact@ericeastwood.com>2017-12-13 09:11:57 +0300
commita5439897d20b80274733605862d050b2abfb1cb3 (patch)
tree53afa0537e6bce6891708cdc5a689594b1695459 /spec
parent31fa9313991881258b4697cb507cfc8ab205b7dc (diff)
Update issuable status icons
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33926 Changed file icons already addressed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15367
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');