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

Change-Id: I19ea74f9a4d4e6736bf1dcd6280dd8a21fb9724e
(cherry picked from commit 25cadeaf7f)
mr13.2
Nico Schedel 2 weeks ago
parent 4c463b1797
commit 1b008f6820

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

Loading…
Cancel
Save