Skip to content

Commit dcc034d

Browse files
authored
Merge pull request #6260 from Countly/add-id-to-lq-button
Added data-test-id into last query button
2 parents abe3c08 + 2ad6d4d commit dcc034d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/express/public/core/report-manager/templates/reportmanager-dialog.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div>
22
<slot :showDialog="showDialog" name="trigger">
3-
<el-button @click="showDialog" :disabled="disabled" type="default" size="small">
3+
<el-button data-test-id="last-queries-button" @click="showDialog" :disabled="disabled" type="default" size="small">
44
<div v-show="unread > 0" class="cly-bullet cly-bullet--orange bu-mr-1"></div>
55
Last queries
66
<span class="bu-tag is-curved">{{runningCount}}</span>
@@ -13,4 +13,4 @@
1313
:visible.sync="isDialogVisible">
1414
<cly-report-manager-table maxHeight="400px" @view-task="onViewTask" :disableAutoNavigationToTask="disableAutoNavigationToTask" report-type="auto" :fixed-origin="origin" compact></cly-report-manager-table>
1515
</cly-dialog>
16-
</div>
16+
</div>

0 commit comments

Comments
 (0)