Commit 853c80a9 authored by Filipa Lacerda's avatar Filipa Lacerda

Put back class names used in shared test

parent d637f87f
...@@ -73,6 +73,8 @@ ...@@ -73,6 +73,8 @@
return { return {
'btn-reopen': !this.isIssueOpen, 'btn-reopen': !this.isIssueOpen,
'btn-close': this.isIssueOpen, 'btn-close': this.isIssueOpen,
'js-note-target-close': this.isIssueOpen,
'js-note-target-reopen': !this.isIssueOpen,
}; };
}, },
markdownDocsPath() { markdownDocsPath() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment