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 9, 2024
1 parent ed86eb7 commit da1f1cd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export class AdfInfoDrawerComponent extends BaseComponent {
public visibilityField = this.infoDrawerPanel.getByRole('combobox');
public selectVisibility = (visibilityOption: string) => this.page.getByRole('listbox').getByRole('option', { name: visibilityOption }).click();


async checkCommentsHeaderCount(): Promise<number> {
const commentsCountTextContent = await this.commentsHeader.textContent();
const commentsCountString = commentsCountTextContent.match(/\d+/g)[0];
Expand Down

0 comments on commit da1f1cd

Please sign in to comment.