diff --git a/e2e/pages.spec.ts b/e2e/pages.spec.ts index 65b10c092..642b78c6f 100644 --- a/e2e/pages.spec.ts +++ b/e2e/pages.spec.ts @@ -210,6 +210,11 @@ const testCases: TestsCase[] = [ url: 'blocks/lists', fullPage: true, }, + { + name: 'Cards', + url: 'blocks/cards', + fullPage: true, + }, { name: 'Math', url: 'blocks/math', diff --git a/src/components/DocumentView/Table/RecordCard.tsx b/src/components/DocumentView/Table/RecordCard.tsx index 33740495a..c79f772b8 100644 --- a/src/components/DocumentView/Table/RecordCard.tsx +++ b/src/components/DocumentView/Table/RecordCard.tsx @@ -73,6 +73,7 @@ export async function RecordCard( ) : null}