File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
tests/e2e/tests/web/critical-path/rdi Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -80,15 +80,16 @@ test.after(async() => {
80
80
} ,
81
81
targets : {
82
82
target : {
83
- type : 'redis' ,
84
- host,
85
- port,
86
- password : password
83
+ connection : {
84
+ type : 'redis' ,
85
+ host,
86
+ port,
87
+ password : password
88
+ }
87
89
}
88
90
}
89
91
} ;
90
92
const config = yaml . dump ( configData , { indent : 2 } ) ;
91
- console . log ( JSON . stringify ( config ) ) ;
92
93
93
94
await myRedisDatabasePage . setActivePage ( RedisOverviewPage . Rdi ) ;
94
95
await rdiInstancesListPage . clickRdiByName ( rdiInstance . name ) ;
@@ -97,8 +98,8 @@ test.after(async() => {
97
98
98
99
await t . click ( rdiInstancePage . configurationInput ) ;
99
100
const lines = config . split ( '\n' ) ;
100
- // the verable shows the level of object depth for input by line in monaco
101
- const maxLevelDepth = 3 ;
101
+ // the variable shows the level of object depth for input by line in monaco
102
+ const maxLevelDepth = 4 ;
102
103
const targetName = 'target' ;
103
104
104
105
await rdiInstancePage . MonacoEditor . insertTextByLines ( rdiInstancePage . configurationInput , lines , maxLevelDepth ) ;
You can’t perform that action at this time.
0 commit comments