+
${Array.from(this.element?.querySelectorAll(selectors.Bay) ?? []).map(
bay => html` {
);
beforeEach(async () => {
parent = await fixture(
- ``
+ ``
);
element = parent
@@ -217,7 +217,7 @@ describe('editor-container', () => {
it('negated the set contrasted property of the parent', async () => {
parent = await fixture(
- ``
+ ``
);
element = parent
@@ -230,7 +230,7 @@ describe('editor-container', () => {
it('makes sure maximum level is 6', async () => {
parent = await fixture(
- ``
+ ``
);
element = parent