chore(editor): remove edgeless element toolbar (#10900)

This commit is contained in:
fundon
2025-03-20 02:08:21 +00:00
parent 831f290f84
commit 8b995ea420
71 changed files with 330 additions and 6449 deletions

View File

@@ -1197,7 +1197,7 @@ export async function assertConnectorStrokeColor(
color: string
) {
const colorButton = page
.locator('edgeless-change-connector-button')
.locator('affine-toolbar-widget editor-toolbar')
.locator('edgeless-color-panel')
.locator(`.color-unit[aria-label="${label}"]`)
.locator('svg');