Skip to content

Commit

Permalink
[test] User role menu item tab
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Dec 4, 2024
1 parent 1e4f77b commit 7a700d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-e2e/apps.test.mts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test('Apps test', async ({ page, goto, context }) => {
await test.step('User admin can delete org', async () => {
await page.getByTestId('a_menus').getByText(orgName).click()
await page.getByTestId('settings_btn').click()
await page.getByText('Danger').click()
await page.getByRole('menuitem').nth(2).click()
const orgId = await page.getByTestId('org_name_span').textContent()
await page.getByTestId('orgName').fill(orgId!)
await page.getByTestId('deleteOrgBtn').click()
Expand Down

0 comments on commit 7a700d6

Please sign in to comment.