refactor(editor): Migrate mapper popover to ruka UI (#19564)

This commit is contained in:
Suguru Inoue
2025-09-17 10:42:40 +02:00
committed by GitHub
parent ae1af1101b
commit 0173d8f707
13 changed files with 212 additions and 566 deletions

View File

@@ -19,6 +19,6 @@ export class FocusPanel {
getMapper(): Locator {
// find from the entire page because the mapper is rendered as portal
return this.root.page().getByRole('tooltip').getByTestId('ndv-input-panel');
return this.root.page().getByRole('dialog').getByTestId('ndv-input-panel');
}
}