File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/e2e-frontend/tests/serviceBrowser Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments