Skip to content

Commit c90911b

Browse files
committed
minors
1 parent 93c9617 commit c90911b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e-frontend/tests/serviceBrowser/leftFilters.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ test.describe.serial(`Left Filters:`, () => {
3939

4040
test(`Filters`, async () => {
4141
const sharedWithFilters = page.getByTestId("service-sharedWithFilterItem");
42-
await expect(sharedWithFilters).toBeVisible({
42+
await expect(sharedWithFilters.first()).toBeVisible({
4343
timeout: 30000 // it will take some time to load the Study Browser
4444
});
4545

@@ -52,7 +52,7 @@ test.describe.serial(`Left Filters:`, () => {
5252

5353

5454
const serviceTypeFilters = page.getByTestId("service-serviceTypeFilterItem");
55-
await expect(serviceTypeFilters).toBeVisible({
55+
await expect(serviceTypeFilters.first()).toBeVisible({
5656
timeout: 30000 // it will take some time to load the Study Browser
5757
});
5858

0 commit comments

Comments
 (0)