Skip to content

feat: support order property of coder_app resource #12077

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 16 commits into from
Feb 12, 2024
Prev Previous commit
default
  • Loading branch information
mtojek committed Feb 12, 2024
commit 0aac489d69172eeadeab8267e08e43c5e8b6a774
1 change: 1 addition & 0 deletions site/e2e/tests/app.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ test("app", async ({ context, page }) => {
{
url: "http://localhost:" + addr.port,
displayName: appName,
order: 0,
},
],
},
Expand Down