chore(cypress): improve drawer selection by filtering by unique classname

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2022-09-13 12:08:59 +05:30
parent 1e436f6651
commit 6c8171dd5b
4 changed files with 11 additions and 6 deletions

View File

@@ -27,11 +27,12 @@ const openSwaggerLink = () => {
<a-drawer
v-bind="$attrs"
v-model:visible="showDrawer"
class="h-full relative"
class="h-full relative nc-help-and-support"
placement="right"
size="small"
:closable="false"
:body-style="{ padding: '12px 24px 0 24px', background: '#fafafa' }"
>
<div class="flex flex-col w-full h-full p-4 pb-0">
<!-- Help center -->