This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,18 @@ describe("Web RDP", () => {
22
8000
22
} ) ;
23
23
} ) ;
24
24
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 ( ) => {
26
37
const state = await runTerraformApply < TestVariables > ( import . meta. dir , {
27
38
agent_id : "foo" ,
28
39
resource_id : "bar" ,
@@ -31,7 +42,7 @@ describe("Web RDP", () => {
31
42
throw new Error ( "Not implemented yet" ) ;
32
43
} ) ;
33
44
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 ( ) => {
35
46
throw new Error ( "Not implemented yet" ) ;
36
47
37
48
// Test that things work with the default username/password
You can’t perform that action at this time.
0 commit comments