File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ export class KeyAPIRequests {
148
148
const databaseId =
149
149
await DatabaseAPIRequests . getDatabaseIdByName ( databaseName )
150
150
const requestBody = {
151
+ destination : "TAIL" ,
151
152
keyName : Buffer . from ( keyParameters . keyName , 'utf-8' ) ,
152
153
elements : keyParameters . element . map ( el => Buffer . from ( el , 'utf-8' ) )
153
154
}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export class KeyDetailsView extends WebView {
37
37
`//vscode-button[starts-with(@data-testid, 'copy-name-button')]` ,
38
38
)
39
39
detailsDeleteKeyButton = By . xpath (
40
- `//vscode- button[starts-with(@data-testid, 'remove-key-')]` ,
40
+ `//button[starts-with(@data-testid, 'remove-key-')]` ,
41
41
)
42
42
submitDetailsDeleteKeyButton = By . xpath (
43
43
`//div[@class='popup-content ']//vscode-button[starts-with(@data-testid, 'remove-key-')]` ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export class TreeView extends WebView {
27
27
`//a[@aria-label='Open Redis for VS Code settings']` ,
28
28
)
29
29
deleteKeyInListBtn = By . xpath (
30
- `//vscode- button[starts-with(@data-testid, 'remove-key-')]` ,
30
+ `//button[starts-with(@data-testid, 'remove-key-')]` ,
31
31
)
32
32
submitDeleteKeyButton = By . xpath (
33
33
`//div[@class='popup-content ']//vscode-button[starts-with(@data-testid, 'remove-key-')]` ,
You can’t perform that action at this time.
0 commit comments