From 5c6221732641397336e35fa03b6e26c60b1ca5e4 Mon Sep 17 00:00:00 2001 From: Katarzyna Kita Date: Tue, 6 Feb 2024 14:43:37 +0100 Subject: [PATCH] Fixed general tests --- .../src/page-objects/components/adf-info-drawer.component.ts | 1 + 1 file changed, 1 insertion(+) 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"]');