Skip to content

Commit 4e5c63f

Browse files
committed
try fixing ci tests
Signed-off-by: Stephanie <yangcao@redhat.com>
1 parent 163f485 commit 4e5c63f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

  • workspaces/scorecard/packages/app-legacy/e2e-tests/pages

workspaces/scorecard/packages/app-legacy/e2e-tests/pages/CatalogPage.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,11 @@ export class CatalogPage {
5151
}
5252

5353
async openCatalog() {
54-
await this.page.goto('/catalog'); // Resolves the issue when "My Groups" sidebar covers the catalog toolbar
55-
await this.page.getByTestId('user-picker-all').getByText('All').click();
54+
await this.page.goto('/catalog');
55+
await this.page
56+
.getByTestId('user-picker-all')
57+
.getByText('All')
58+
.click({ force: true });
5659
}
5760

5861
async openComponent(componentName: string) {

0 commit comments

Comments
 (0)