fix e2e test
This commit is contained in:
parent
a6e7c196ee
commit
8f36a80775
5 changed files with 35 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
<span class="title">
|
||||
<slot name="header"></slot>
|
||||
</span>
|
||||
<button v-if="!withOkButton" class="_button" @click="$emit('close')"><i class="ti ti-x"></i></button>
|
||||
<button v-if="!withOkButton" class="_button" data-cy-modal-window-close @click="$emit('close')"><i class="ti ti-x"></i></button>
|
||||
<button v-if="withOkButton" class="_button" :disabled="okButtonDisabled" @click="$emit('ok')"><i class="ti ti-check"></i></button>
|
||||
</div>
|
||||
<div class="body">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue