Skip to content

Commit c0e962f

Browse files
test(e2e): navigate directly to /users/organizations — Gamma route-driven
1 parent ba41360 commit c0e962f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/modules/organizations/tests/organizations.domainJoin.e2e.tests.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,9 @@ test.describe('Organization Domain Join E2E', () => {
135135
*/
136136
test('approved member — no Manage button on account page', async ({ page }) => {
137137
await signin(page, memberEmail, password);
138-
await page.goto('/users');
138+
await page.goto('/users/organizations');
139139
await page.waitForLoadState('domcontentloaded');
140140

141-
// Click the Organizations tab
142-
const orgTab = page.getByRole('tab', { name: /organizations/i });
143-
await orgTab.click({ timeout: 10000 });
144141
await expect(page.getByRole('main').getByText(`DomainOrg${timestamp}`, { exact: true })).toBeVisible({ timeout: 10000 });
145142

146143
// Members should NOT see the chevron (manage) icon on their org item

0 commit comments

Comments
 (0)