Skip to content

Commit f5854a1

Browse files
committed
minor
1 parent 098b498 commit f5854a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e-frontend/tests/userMenu/userMenuWindows.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ test.describe.serial(`User Menu Windows: ${product}`, () => {
4646
// check there is at least one organization listed
4747
const organizationListItems = page.getByTestId("organizationListItem");
4848
const count = await organizationListItems.count();
49-
expect(count).toBeTruthy();
49+
expect(count > 0).toBeTruthy();
5050
});
5151
});

0 commit comments

Comments
 (0)