Skip to content

Commit

Permalink
Fixed general tests
Browse files Browse the repository at this point in the history
  • Loading branch information
katarzynakita committed Feb 6, 2024
1 parent 5a1689f commit 5c62217
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"]');
Expand Down

0 comments on commit 5c62217

Please sign in to comment.