File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
tests/e2e/src/page-objects/components/editor-view Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8282 "will be removed from Redis for VS Code." : " will be removed from Redis for VS Code." ,
8383 "Key Size" : " Key Size" ,
8484 "Key Size: " : " Key Size: " ,
85- "Length " : " Length " ,
85+ "Top-level values " : " Top-level values " ,
8686 "Enter Value" : " Enter Value" ,
8787 "Add Members" : " Add Members" ,
8888 "Member" : " Member" ,
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ const KeyDetailsHeaderSizeLength = ({
4545 { type && (
4646 < div
4747 className = { styles . subtitleText }
48- data-testid = "key-length-text "
48+ data-testid = "top-level-values "
4949 >
50- { LENGTH_NAMING_BY_TYPE [ type ] ?? l10n . t ( 'Length ' ) }
50+ { LENGTH_NAMING_BY_TYPE [ type ] ?? l10n . t ( 'Top-level values ' ) }
5151 { ': ' }
5252 { length ?? '-' }
5353 </ div >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import { Key } from 'vscode-extension-tester'
1515export class KeyDetailsView extends WebView {
1616 keyType = By . xpath ( `//div[contains(@class, '_keyFlexGroup')]` )
1717 keySize = By . xpath ( `//div[@data-testid='key-size-text']` )
18- keyLength = By . xpath ( `//div[@data-testid='key-length-text ']` )
18+ keyLength = By . xpath ( `//div[@data-testid='top-level-values ']` )
1919 refreshKeyButton = By . xpath ( `//*[@data-testid='key-refresh-btn']` )
2020 refreshKeyArrow = By . xpath ( `//*[@data-testid='key-auto-refresh-config-btn']` )
2121 refreshKeyMessage = By . xpath ( `//*[@data-testid='key-refresh-message']` )
You can’t perform that action at this time.
0 commit comments