8000 chore: add e2e tests for organization auditors by aslilac · Pull Request #16899 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

chore: add e2e tests for organization auditors #16899

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 18, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
🧹
  • Loading branch information
aslilac committed Mar 17, 2025
commit afc61cdcc100dbd6a35c8e44bf8923e2533ce4f0
12 changes: 2 additions & 10 deletions site/e2e/tests/organizations/auditLogs.spec.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
import { type Page, chromium, expect, test } from "@playwright/test";
import { type Page, expect, test } from "@playwright/test";
import {
createOrganization,
createOrganizationMember,
createUser,
setupApiCalls,
} from "../../api";
import { defaultPassword, users } from "../../constants";
import {
createTemplate,
createWorkspace,
currentUser,
login,
randomName,
requiresLicense,
} from "../../helpers";
import { login, randomName, requiresLicense } from "../../helpers";
import { beforeCoderTest } from "../../hooks";

test.describe.configure({ mode: "parallel" });
Expand Down
Loading
0