Skip to content

Commit 8d0493b

Browse files
authored
Rename feature group to web feature ID (#4688)
* Rename feature group to web feature ID * update screenshots * Delete old screenshots
1 parent 476e14f commit 8d0493b

12 files changed

+21
-21
lines changed

client-src/elements/chromedash-form-field_test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe('chromedash-form-field', () => {
6565
assert.include(renderElement.innerHTML, 'class="extrahelp"');
6666
});
6767

68-
it('renders feature group field with a link', async () => {
68+
it('renders Web Feature ID field with a link', async () => {
6969
const component = await fixture(
7070
html` <chromedash-form-field name="web_feature" value="hwb">
7171
</chromedash-form-field>`
@@ -76,7 +76,7 @@ describe('chromedash-form-field', () => {
7676
assert.exists(fieldRow);
7777

7878
const renderElement = component.renderRoot as HTMLElement;
79-
assert.include(renderElement.innerHTML, 'Feature Group');
79+
assert.include(renderElement.innerHTML, 'Web Feature ID');
8080
assert.include(renderElement.innerHTML, 'input');
8181
assert.include(renderElement.innerHTML, 'class="webdx"');
8282
});

client-src/elements/form-field-specs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,8 @@ export const ALL_FIELDS: Record<string, Field> = {
487487
type: 'datalist',
488488
required: false,
489489
choices: undefined, // this gets replaced in chromedash-form-field via an web features api
490-
label: 'Feature Group',
491-
attrs: {placeholder: 'Please select a WebDX feature group'},
490+
label: 'Web Feature ID',
491+
attrs: {placeholder: 'Please select a WebDX feature ID'},
492492
help_text: html` Select the feature this belongs to. If your feature is not
493493
listed, pick "Missing feature".`,
494494
},
-796 Bytes
Loading
-739 Bytes
Loading
-394 Bytes
Loading
-410 Bytes
Loading
96.2 KB
Loading
103 KB
Loading
111 KB
Loading
119 KB
Loading

0 commit comments

Comments
 (0)