mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 01:56:27 +08:00
Revert "feat: copilot frontend e2e (#7694)"
This reverts commit d71852789f.
This commit is contained in:
@@ -34,7 +34,6 @@ const ToggleButton = ({
|
||||
onClick={onToggle}
|
||||
className={className}
|
||||
data-show={show}
|
||||
data-testid="right-sidebar-toggle"
|
||||
>
|
||||
<RightSidebarIcon />
|
||||
</IconButton>
|
||||
|
||||
@@ -40,7 +40,6 @@ export const SidebarContainer = ({
|
||||
styles.sidebarBodyTarget,
|
||||
!BUILD_CONFIG.isElectron && styles.borderTop
|
||||
)}
|
||||
data-testid={`sidebar-tab-content-${sidebar.id}`}
|
||||
/>
|
||||
))
|
||||
) : (
|
||||
|
||||
@@ -22,7 +22,6 @@ export const SidebarHeaderSwitcher = () => {
|
||||
tabId={tab.id}
|
||||
/>
|
||||
),
|
||||
testId: `sidebar-tab-${tab.id}`,
|
||||
style: { padding: 0, fontSize: 20, width: 24 },
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user