diff --git a/projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts b/projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts index e6675a87b6..273f450edc 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts @@ -38,6 +38,7 @@ export class AdfInfoDrawerComponent extends BaseComponent { public getDescriptionField = this.getChild('[data-automation-id="library-description-properties-wrapper"] textarea'); public propertiesTab = this.page.getByRole('tab', { name: 'Properties'}); public commentsTab = this.page.getByRole('tab', { name: 'Comments'}); + public infoDrawerTabs = this.getChild('.adf-info-drawer-tab'); public commentInputField = this.getChild('mat-form-field'); public commentsHeader = this.getChild('#comment-header'); public addCommentButton = this.getChild('[data-automation-id="comments-input-add"]');