You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the removal of the custom webcomponents in tests (#1445) a small error came to light in a snapshot of packages/open-scd/test/integration/editors/templates/__snapshots__/dotype-wizarding.test.snap.js:
This error occurs because of a wrong translation value in this line:
With the removal of the custom webcomponents in tests (#1445) a small error came to light in a snapshot of
![image](https://private-user-images.githubusercontent.com/35229971/308540538-a52d866b-b197-49dd-bfdf-8156b949ff4e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjUyNzMsIm5iZiI6MTczOTM2NDk3MywicGF0aCI6Ii8zNTIyOTk3MS8zMDg1NDA1MzgtYTUyZDg2NmItYjE5Ny00OWRkLWJmZGYtODE1NmI5NDlmZjRlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEyNTYxM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI2YjI3OWMzMThiYmQzNzAxNGZiMzNjNmJlZjVkZmZkNGE5YjcwNGQ3MzI3YWZiYjMyMDkwZWRkY2Y2MTcyYjUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.HxBN2wXscMZk9oJ61EU8f3bwdNaHBapfkfYDSJk1Kok)
packages/open-scd/test/integration/editors/templates/__snapshots__/dotype-wizarding.test.snap.js
:This error occurs because of a wrong translation value in this line:
open-scd/packages/open-scd/src/editors/templates/dotype-wizards.ts
Line 288 in 13cdb12
Acceptance criteria:
Snapshot should have the correct translation value
Common data class
instead ofscl.cdc
Proposed fix:
Change the value from
scl.cdc
toscl.CDC
The text was updated successfully, but these errors were encountered: