added locators for lock unlock torn flow
This commit is contained in:
parent
7f57fb6263
commit
6d56ed2405
5 changed files with 34 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="modal-card box box-modal has-delete">
|
||||
<button type="button" class="delete" @click="$emit('close')" />
|
||||
<b-tabs v-model="activeTab" :animated="false" class="is-modal">
|
||||
<b-tabs v-model="activeTab" :data-test="`tab_${activeTab}`" :animated="false" class="is-modal">
|
||||
<LockTab />
|
||||
<UnlockTab />
|
||||
<DelegateTab />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue