File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 117
117
// Validate Databases section
118
118
await t
119
119
. click ( myRedisDatabasePage . AddRedisDatabase . cloneSentinelDatabaseNavigation )
120
- . expect ( myRedisDatabasePage . AddRedisDatabase . masterGroupPassword . getAttribute ( 'value' ) ) . eql ( ossSentinelConfig . masters [ 1 ] . password , 'Invalid sentinel database password' ) ;
120
+ . expect ( myRedisDatabasePage . AddRedisDatabase . masterGroupPassword . getAttribute ( 'value' ) ) . eql ( hiddenPassword , 'Invalid sentinel database password' ) ;
121
121
// Validate Sentinel section
122
122
await t
123
123
. click ( myRedisDatabasePage . AddRedisDatabase . cloneSentinelNavigation )
Original file line number Diff line number Diff line change 1
- // import {ClientFunction} from 'testcafe';
2
1
import { rte } from '../../../../helpers/constants' ;
3
2
import { DatabaseHelper } from '../../../../helpers/database' ;
4
3
import { MyRedisDatabasePage } from '../../../../pageObjects' ;
@@ -9,7 +8,6 @@ import { Common } from '../../../../helpers/common';
9
8
const myRedisDatabasePage = new MyRedisDatabasePage ( ) ;
10
9
const databaseHelper = new DatabaseHelper ( ) ;
11
10
const databaseAPIRequests = new DatabaseAPIRequests ( ) ;
12
- // const getPageUrl = ClientFunction(() => window.location.href);
13
11
14
12
fixture `Github functionality`
15
13
. meta ( { type : 'regression' , rte : rte . standalone } )
You can’t perform that action at this time.
0 commit comments