Revert "feat: copilot frontend e2e (#7694)"

This reverts commit d71852789f.
This commit is contained in:
LongYinan
2024-10-31 12:08:57 +08:00
parent ea607d34f6
commit c08b02caba
21 changed files with 29 additions and 917 deletions
@@ -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 },
}));