mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix navigation-to-editor-preferences.test.ts
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
9eed228901
commit
230e28d53c
@ -105,7 +105,7 @@ exports[`preferences - navigation to editor preferences given in preferences, wh
|
||||
class="SubTitle"
|
||||
>
|
||||
Theme
|
||||
|
||||
|
||||
</div>
|
||||
<div
|
||||
class="Select theme-lens css-b62m3t-container"
|
||||
@ -190,7 +190,7 @@ exports[`preferences - navigation to editor preferences given in preferences, wh
|
||||
class="SubTitle"
|
||||
>
|
||||
Extension Install Registry
|
||||
|
||||
|
||||
</div>
|
||||
<div
|
||||
class="Select theme-lens css-b62m3t-container"
|
||||
@ -270,16 +270,11 @@ exports[`preferences - navigation to editor preferences given in preferences, wh
|
||||
class="mt-4 mb-5 leading-relaxed"
|
||||
>
|
||||
This setting is to change the registry URL for installing extensions by name.
|
||||
|
||||
If you are unable to access the default registry (
|
||||
https://registry.npmjs.org
|
||||
)
|
||||
|
||||
you can change it in your
|
||||
If you are unable to access the default registry (https://registry.npmjs.org) you can change it in your
|
||||
<b>
|
||||
.npmrc
|
||||
</b>
|
||||
file or in the input below.
|
||||
file or in the input below.
|
||||
</p>
|
||||
<div
|
||||
class="Input theme round black disabled invalid"
|
||||
@ -309,7 +304,7 @@ exports[`preferences - navigation to editor preferences given in preferences, wh
|
||||
class="SubTitle"
|
||||
>
|
||||
Start-up
|
||||
|
||||
|
||||
</div>
|
||||
<label
|
||||
class="Switch"
|
||||
@ -330,7 +325,7 @@ exports[`preferences - navigation to editor preferences given in preferences, wh
|
||||
class="SubTitle"
|
||||
>
|
||||
Update Channel
|
||||
|
||||
|
||||
</div>
|
||||
<div
|
||||
class="Select theme-lens css-b62m3t-container"
|
||||
@ -415,7 +410,7 @@ exports[`preferences - navigation to editor preferences given in preferences, wh
|
||||
class="SubTitle"
|
||||
>
|
||||
Locale Timezone
|
||||
|
||||
|
||||
</div>
|
||||
<div
|
||||
class="Select theme-lens css-b62m3t-container"
|
||||
@ -635,7 +630,7 @@ exports[`preferences - navigation to editor preferences given in preferences, wh
|
||||
class="SubTitle"
|
||||
>
|
||||
Minimap
|
||||
|
||||
|
||||
</div>
|
||||
<section>
|
||||
<div
|
||||
@ -745,7 +740,7 @@ exports[`preferences - navigation to editor preferences given in preferences, wh
|
||||
class="SubTitle"
|
||||
>
|
||||
Line numbers
|
||||
|
||||
|
||||
</div>
|
||||
<div
|
||||
class="Select theme-lens css-b62m3t-container"
|
||||
@ -827,7 +822,7 @@ exports[`preferences - navigation to editor preferences given in preferences, wh
|
||||
class="SubTitle"
|
||||
>
|
||||
Tab size
|
||||
|
||||
|
||||
</div>
|
||||
<div
|
||||
class="Input theme round black"
|
||||
@ -854,7 +849,7 @@ exports[`preferences - navigation to editor preferences given in preferences, wh
|
||||
class="SubTitle"
|
||||
>
|
||||
Font size
|
||||
|
||||
|
||||
</div>
|
||||
<div
|
||||
class="Input theme round black"
|
||||
@ -881,7 +876,7 @@ exports[`preferences - navigation to editor preferences given in preferences, wh
|
||||
class="SubTitle"
|
||||
>
|
||||
Font family
|
||||
|
||||
|
||||
</div>
|
||||
<div
|
||||
class="Input theme round black"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user