Skip to content

Commit

Permalink
Fill search input before checking that loaded library is visible
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Oct 3, 2024
1 parent 44e40af commit 3149732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/tests/utils/page-content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export class PageContent extends BasePage {
});
await this.tab('Loaded libraries').click();
expect(this.tab('Loaded libraries').getAttribute('aria-selected')).toBeTruthy();
this.page.getByTestId('search-input').fill(name);
await expect(this.getRow(name)).toBeVisible();
}

Expand Down

0 comments on commit 3149732

Please sign in to comment.