MT#62533 add data-cy to global call forward after ring timeout

Change-Id: I19ea74f9a4d4e6736bf1dcd6280dd8a21fb9724e
master
Nico Schedel 2 weeks ago
parent 64f96f0565
commit 25cadeaf7f

@ -12,18 +12,21 @@
<span>{{ $t('After Ring Timeout') }} : </span>
<span
class="q-pl-xs q-pr-xs text-primary text-weight-bold cursor-pointer"
data-cy="csc-forwarding-ring-timeout-global-edit"
>
{{ ringTimeout }} {{ $t('seconds') }}
<q-popup-edit
v-slot="scope"
v-model="timeout"
buttons
data-cy="csc-forwarding-ring-timeout-global-editbox"
@before-show="$store.commit('callForwarding/popupShow','after-ring-timeout')"
@save="updateRingTimeoutEvent($event)"
>
<csc-input
v-model="scope.value"
type="number"
data-cy="csc-forwarding-ring-timeout-global-input"
dense
autofocus
>

Loading…
Cancel
Save