test: header selector

This commit is contained in:
mertmit
2023-10-03 07:21:45 +00:00
parent 5e91c0f316
commit 1e801ad3ad
3 changed files with 4 additions and 4 deletions

View File

@@ -137,7 +137,7 @@ const closeAddColumnDropdown = () => {
<span
class="name pl-1"
:class="{ 'truncate': !isForm || !isExpandedForm, 'whitespace-pre-line': isForm || isExpandedForm }"
:title="column.title"
:data-test-id="column.title"
>
{{ column.title }}
</span>