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 098b498 commit f5854a1Copy full SHA for f5854a1
tests/e2e-frontend/tests/userMenu/userMenuWindows.spec.js
@@ -46,6 +46,6 @@ test.describe.serial(`User Menu Windows: ${product}`, () => {
46
// check there is at least one organization listed
47
const organizationListItems = page.getByTestId("organizationListItem");
48
const count = await organizationListItems.count();
49
- expect(count).toBeTruthy();
+ expect(count > 0).toBeTruthy();
50
});
51
0 commit comments