Skip to content

chore: add e2e tests for organization members #15807

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 9 commits into from
Dec 11, 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
remove debugging code
  • Loading branch information
aslilac committed Dec 11, 2024
commit e1cde705448025ef8ae6ffeb95164e4d1ff4a5ed
7 changes: 0 additions & 7 deletions site/e2e/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -883,13 +883,6 @@ export const updateTemplate = async (
},
);

child.stdout.on("data", (data) =>
console.log("::::", new TextDecoder().decode(data)),
);
child.stderr.on("data", (data) =>
console.log(";;;;", new TextDecoder().decode(data)),
);

const uploaded = new Awaiter();

child.on("exit", (code) => {
Expand Down
Loading