Skip to content

Commit 645ed21

Browse files
test: fix unit tests
1 parent b2144d4 commit 645ed21

3 files changed

+4
-5
lines changed

editors/report/report-control-element-editor.spec.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,10 @@ describe('ReportControl element editor component', () => {
6565
expect(update.attributes).to.deep.equal({
6666
name: 'SomeNewName',
6767
desc: null,
68-
confRev: '40001',
68+
confRev: '10053',
6969
rptID: 'someOtherID',
7070
buffered: 'false',
71-
indexed: 'false',
72-
bufTime: null,
71+
indexed: null,
7372
intgPd: '43',
7473
});
7574

editors/report/report-control-element-editor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ export class ReportControlElementEditor extends LitElement {
401401
@input=${this.onReportControlInputChange}
402402
></scl-text-field>
403403
<scl-text-field
404-
class="input gsecontrol"
404+
class="report attributes"
405405
label="confRev"
406406
.value=${confRev}
407407
supportingText="Configuration Revision"

editors/sampledvalue/sampled-value-control-element-editor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ export class SampledValueControlElementEditor extends LitElement {
406406
@input="${this.onSampledValueControlInputChange}"
407407
></scl-checkbox>`}
408408
<scl-text-field
409-
class="input gsecontrol"
409+
class="smvcontrol attribute"
410410
label="confRev"
411411
.value=${confRev}
412412
supportingText="Configuration Revision"

0 commit comments

Comments
 (0)