mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-25 08:02:34 +02:00
fix(E2E): Fix the data-testid
of the monitor settings button
This commit is contained in:
parent
c4cdd0f263
commit
9c0fb1ca36
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
v-if="editMode"
|
||||
:class="{'link-active': true, 'btn-link': true}"
|
||||
icon="cog" class="action me-3"
|
||||
data-testid="monitor-setting"
|
||||
data-testid="monitor-settings"
|
||||
@click="$refs.monitorSettingDialog.show(group, monitor)"
|
||||
/>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue