mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 03:26:47 +08:00
test(mobile): basic e2e tests (#8031)
fix AF-1289 1. tested on 'webkit' 2. a few baseline test cases
This commit is contained in:
@@ -81,6 +81,7 @@ export const CollapsibleSection = ({
|
||||
{mobile ? null : actions}
|
||||
</CategoryDivider>
|
||||
<Collapsible.Content
|
||||
data-testid="collapsible-section-content"
|
||||
className={clsx(mobile ? mobileContent : content, contentClassName)}
|
||||
>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user