File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
tests/critical-path/database Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
COMMON_URL = https://localhost:5001
2
2
OSS_SENTINEL_PASSWORD = password
3
- APP_FOLDER_NAME = .redisinsight-preview
3
+ APP_FOLDER_NAME = .redisinsight-v2-stage
4
4
5
5
OSS_STANDALONE_HOST = localhost
6
6
OSS_STANDALONE_PORT = 8100
Original file line number Diff line number Diff line change @@ -20,18 +20,17 @@ const timestampBeforeUpdate = buildFilePath.get("timestamp");
20
20
const timestampForEdit = timestampBeforeUpdate - 1 ;
21
21
const cloudValueForEdit = chance . word ( { length : 10 } ) ;
22
22
23
- //Edit json file values
24
- createRedisFilePath . set ( 'cloud.title' , cloudValueForEdit ) ;
25
- createRedisFilePath . set ( 'cloud.description' , cloudValueForEdit ) ;
26
- createRedisFilePath . save ( ) ;
27
- buildFilePath . set ( 'timestamp' , timestampForEdit ) ;
28
- buildFilePath . save ( ) ;
29
-
30
23
fixture `Automatically update information`
31
24
. meta ( { type : 'critical_path' } )
32
25
. page ( commonUrl )
33
26
. beforeEach ( async ( ) => {
34
27
await acceptLicenseTerms ( ) ;
28
+ //Edit json file values
29
+ createRedisFilePath . set ( 'cloud.title' , cloudValueForEdit ) ;
30
+ createRedisFilePath . set ( 'cloud.description' , cloudValueForEdit ) ;
31
+ createRedisFilePath . save ( ) ;
32
+ buildFilePath . set ( 'timestamp' , timestampForEdit ) ;
33
+ buildFilePath . save ( ) ;
35
34
} )
36
35
test
37
36
. meta ( { rte : rte . standalone , env : env . desktop } )
You can’t perform that action at this time.
0 commit comments