Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kamath committed Dec 22, 2024
1 parent 69d5cef commit b7e0037
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions evals/deterministic/tests/contexts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ const CONTEXT_TEST_URL = "https://docs.browserbase.com";
const BROWSERBASE_PROJECT_ID = process.env.BROWSERBASE_PROJECT_ID!;
const BROWSERBASE_API_KEY = process.env.BROWSERBASE_API_KEY!;

console.log("BROWSERBASE_PROJECT_ID", BROWSERBASE_PROJECT_ID);
console.log("BROWSERBASE_API_KEY", BROWSERBASE_API_KEY);

const bb = new Browserbase({
apiKey: BROWSERBASE_API_KEY,
});
Expand Down Expand Up @@ -65,7 +62,7 @@ async function setRandomCookie(contextId: string, stagehand: Stagehand) {
}

test.describe("Contexts", () => {
test.only("Persists and re-uses a context", async () => {
test("Persists and re-uses a context", async () => {
let contextId: string;
let testCookieName: string;
let testCookieValue: string;
Expand Down

0 comments on commit b7e0037

Please sign in to comment.