@umbraco/playwright-testhelpers 16.0.35 → 16.0.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -202,7 +202,7 @@ class ContentUiHelper extends UiBaseLocators_1.UiBaseLocators {
|
|
|
202
202
|
this.anchorQuerystringTxt = page.getByLabel('#value or ?key=value');
|
|
203
203
|
this.linkTitleTxt = this.linkPickerModal.getByLabel('Title');
|
|
204
204
|
this.tagItems = page.locator('uui-tag');
|
|
205
|
-
this.removeFilesBtn = page.locator('umb-input-upload-field [label="
|
|
205
|
+
this.removeFilesBtn = page.locator('umb-input-upload-field [label="Clear file(s)"]');
|
|
206
206
|
this.toggleBtn = page.locator('umb-property-editor-ui-toggle #toggle');
|
|
207
207
|
this.toggleInput = page.locator('umb-property-editor-ui-toggle span');
|
|
208
208
|
this.documentTypeWorkspace = this.sidebarModal.locator('umb-document-type-workspace-editor');
|