Skip to content

feat: support order property of coder_agent #12121

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 19 commits into from
Feb 15, 2024
Prev Previous commit
Next Next commit
More fixes
  • Loading branch information
mtojek committed Feb 14, 2024
commit aed0f4a1257aedb698baf7a50c266936e3418afd
1 change: 1 addition & 0 deletions site/e2e/tests/outdatedAgent.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ test("ssh with agent " + agentVersion, async ({ page }) => {
agents: [
{
token,
order: 0,
},
],
},
Expand Down
1 change: 1 addition & 0 deletions site/e2e/tests/outdatedCLI.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ test("ssh with client " + clientVersion, async ({ page }) => {
agents: [
{
token,
order: 0,
},
],
},
Expand Down
1 change: 1 addition & 0 deletions site/e2e/tests/webTerminal.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ test("web terminal", async ({ context, page }) => {
displayApps: {
webTerminal: true,
},
order: 0,
},
],
},
Expand Down