File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
tests/e2e/pageObjects/dialogs Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,14 @@ export class AddRedisDatabaseDialog {
18
18
addAutoDiscoverDatabase = Selector ( '[data-testid=add-database_tab_software]' ) ;
19
19
addCloudDatabaseButton = Selector ( '[data-testid=create-free-db-btn]' ) ;
20
20
redisSotfwareButton = Selector ( '[data-testid=option-btn-software]' ) ;
21
- redisCloudProType = Selector ( '[data-test-subj=radio-btn-cloud-pro]' ) ;
22
- redisSentinelButton = Selector ( '[data-test-subj=option-btn-sentinel]' ) ;
21
+ redisSentinelButton = Selector ( '[data-testid=option-btn-sentinel]' ) ;
23
22
showDatabasesButton = Selector ( '[data-testid=btn-show-databases]' ) ;
24
23
databaseName = Selector ( '.euiTableCellContent.column_name' ) ;
25
24
selectAllCheckbox = Selector ( '[data-test-subj=checkboxSelectAll]' ) ;
26
25
databaseIndexCheckbox = Selector ( '[data-testid=showDb]~div' , { timeout : 500 } ) ;
27
- connectToDatabaseButton = Selector ( '[data-testid=connect-to-db-btn]' ) ;
28
26
connectToRedisStackButton = Selector ( '[aria-label="Connect to database"]' ) ;
29
27
cloneDatabaseButton = Selector ( '[data-testid=clone-db-btn]' ) ;
30
- sentinelNavigation = Selector ( '[data-testid=sentinel-nav-group]' ) ;
31
- sentinelDatabaseNavigation = Selector ( '[data-testid=database-nav-group]' ) ;
32
28
cancelButton = Selector ( '[data-testid=btn-cancel]' ) ;
33
- showPasswordBtn = Selector ( '[aria-label^="Show password"]' ) ;
34
29
testConnectionBtn = Selector ( '[data-testid=btn-test-connection]' ) ;
35
30
36
31
// TEXT INPUTS (also referred to as 'Text fields')
You can’t perform that action at this time.
0 commit comments