We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163f485 commit 4e5c63fCopy full SHA for 4e5c63f
1 file changed
workspaces/scorecard/packages/app-legacy/e2e-tests/pages/CatalogPage.ts
@@ -51,8 +51,11 @@ export class CatalogPage {
51
}
52
53
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();
+ await this.page.goto('/catalog');
+ await this.page
56
+ .getByTestId('user-picker-all')
57
+ .getByText('All')
58
+ .click({ force: true });
59
60
61
async openComponent(componentName: string) {
0 commit comments