mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
refactor(editor): edgeless internal embed card toolbar config extension (#10717)
This commit is contained in:
@@ -1327,7 +1327,7 @@ export async function triggerComponentToolbarAction(
|
||||
}
|
||||
case 'openLinkedDoc': {
|
||||
const openButton = locatorComponentToolbar(page).getByRole('button', {
|
||||
name: 'Open',
|
||||
name: 'Open doc',
|
||||
});
|
||||
await openButton.click();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user