Tiptap RTE: Localizes property editor UI label (removes "[Tiptap]" from label) (closes #20439) (#20713)
* Localized RTE property-editor UI label, removing "[Tiptap]" * Updated acceptance test * Localized the button label in the data-type and property-editor picker modals * Based on @copilot suggestion, localized the property-editor UI label in the other places
This commit is contained in:
@@ -15,7 +15,7 @@ test.afterEach(async ({umbracoApi}) => {
|
||||
|
||||
test('can create a rich text editor with tiptap', {tag: '@smoke'}, async ({umbracoApi, umbracoUi}) => {
|
||||
// Arrange
|
||||
const tipTapLocatorName = 'Rich Text Editor [Tiptap]';
|
||||
const tipTapLocatorName = 'Rich Text Editor';
|
||||
const tipTapAlias = 'Umbraco.RichText';
|
||||
const tipTapUiAlias = 'Umb.PropertyEditorUi.Tiptap';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user