Skip to content

test: verify that enterprise tests are being run #12871

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 4 commits into from
Apr 5, 2024
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
Next Next commit
never mind
  • Loading branch information
aslilac committed Apr 4, 2024
commit 80516fdaa0cc3bd356e044fb8a43825e92afae1b
6 changes: 1 addition & 5 deletions site/src/pages/WorkspacePage/WorkspacePage.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ import {
MockDeploymentConfig,
MockWorkspaceBuildDelete,
} from "testHelpers/entities";
import {
renderWithAuth,
waitForLoaderToBeRemoved,
} from "testHelpers/renderHelpers";
import { renderWithAuth } from "testHelpers/renderHelpers";
import { server } from "testHelpers/server";
import { WorkspacePage } from "./WorkspacePage";

Expand All @@ -45,7 +42,6 @@ const renderWorkspacePage = async (workspace: Workspace) => {
path: "/:username/:workspace",
});

await waitForLoaderToBeRemoved();
await screen.findByText(workspace.name);
};

Expand Down