mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 01:56:38 +00:00
chore(cypress): improve drawer selection by filtering by unique classname
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user