@umbraco/playwright-testhelpers 17.0.3 → 17.0.4

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.
@@ -246,7 +246,7 @@ class ContentUiHelper extends UiBaseLocators_1.UiBaseLocators {
246
246
  // List View
247
247
  this.enterNameInContainerTxt = this.container.getByTestId('input:entity-name').locator('#input');
248
248
  this.listView = page.locator('umb-document-table-collection-view');
249
- this.nameBtn = page.getByRole('button', { name: 'Name' });
249
+ this.nameBtn = page.getByRole('button', { name: 'Name', exact: true });
250
250
  this.listViewTableRow = this.listView.locator('uui-table-row');
251
251
  this.publishSelectedListItems = page.locator('umb-entity-bulk-action').getByText('Publish', { exact: true });
252
252
  this.unpublishSelectedListItems = page.locator('umb-entity-bulk-action').getByText('Unpublish', { exact: true });