Skip to content

Commit 6e119f8

Browse files
authored
Merge pull request #6379 from Countly/QT-317
[QT-317] Changed test-id with the data-test-id and updated its value.
2 parents 1004508 + e89924c commit 6e119f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/express/public/javascripts/countly/vue/templates/content/content-header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
isToggleDisabled ? 'is-disabled' : '',
9090
toggleLocalValue ? 'el-button--warning' : 'el-button--success'
9191
]"
92-
test-id="journey-publish"
92+
:data-test-id="'journey-' + (toggleLocalValue ? 'Pause' : 'Publish').toLowerCase() + '-button'"
9393
:disabled="false"
9494
@click="onPublishButtonClick"
9595
>

0 commit comments

Comments
 (0)