8000 wip: commit current progress · coder/modules@83ecba2 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 83ecba2

Browse files
committed
wip: commit current progress
1 parent b280764 commit 83ecba2

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

windows-rdp/main.test.ts

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,18 @@ describe("Web RDP", () => {
22 8000 22
});
2323
});
2424

25-
it("Patches the Devolutions Angular app's .html file (after it has been bundled) to include an import for the custom JS file", async () => {
25+
it("Installs the Devolutions Gateway Angular app locally on the machine", async () => {
26+
const state = await runTerraformApply<TestVariables>(import.meta.dir, {
27+
agent_id: "foo",
28+
resource_id: "bar",
29+
});
30+
});
31+
32+
/**
33+
* @todo Verify that the HTML file has been modified, and that the JS file is
34+
* also part of the file system
35+
*/
36+
it("Patches the Devolutions Angular app's .html file to include an import for the custom JS file", async () => {
2637
const state = await runTerraformApply<TestVariables>(import.meta.dir, {
2738
agent_id: "foo",
2839
resource_id: "bar",
@@ -31,7 +42,7 @@ describe("Web RDP", () => {
3142
throw new Error("Not implemented yet");
3243
});
3344

34-
it("Injects the Terraform username and password into the JS patch file", async () => {
45+
it("Injects Terraform's username and password into the JS patch file", async () => {
3546
throw new Error("Not implemented yet");
3647

3748
// Test that things work with the default username/password

0 commit comments

Comments
 (0)
0