e2e(core): add test for split view (#6133)

This commit is contained in:
Peng Xiao
2024-03-18 07:04:06 +00:00
parent dc8f351051
commit 5693d90451
4 changed files with 67 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ export const WorkbenchLink = ({
const handleClick = useCallback(
(event: React.MouseEvent<HTMLAnchorElement>) => {
event.preventDefault();
event.stopPropagation();
// TODO: open this when multi view control is implemented
if (
appSettings.enableMultiView &&