Skip to content

Commit 729dec5

Browse files
authored
[ENG-5046] Preprints selectors part 2 (#2102)
## Purpose The previous PR got merged before it was completely through QA, so this contains the other test selectors that were requested. ## Summary of Changes 1. Add data-test-selectors for withdrawal justification
1 parent d76061a commit 729dec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/preprints/-components/preprint-tombstone/template.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div local-class='withdrawn-container'>
22
{{#if @preprint.withdrawalJustification}}
3-
<div>
3+
<div data-test-withdrawal-justification>
44
<h4>{{t 'preprints.detail.reason_for_withdrawal'}}</h4>
5-
<p>
5+
<p data-test-justification>
66
{{@preprint.withdrawalJustification}}
77
</p>
88
</div>

0 commit comments

Comments
 (0)