Add ui tests for sub-issue creation (#2053)

This commit is contained in:
Sergei Ogorelkov
2022-06-10 22:49:42 +07:00
committed by GitHub
parent 546eac5dee
commit 059bc3fdf8
4 changed files with 27 additions and 35 deletions
@@ -71,6 +71,7 @@
<Tooltip label={tracker.string.AddSubIssues} props={{ subIssues: 1 }} direction="bottom">
<Button
id="add-sub-issue"
width="min-content"
icon={hasSubIssues ? IconAdd : undefined}
label={hasSubIssues ? undefined : tracker.string.AddSubIssues}