Skip to content

Commit 0aa711b

Browse files
committed
chore: remove outcommented code
1 parent 826e601 commit 0aa711b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed
Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { UmbPropertyEditorUIImageCropsElement } from './property-editor-ui-image-crops.element.js';
22
import { expect, fixture, html } from '@open-wc/testing';
3-
//import { type UmbTestRunnerWindow, defaultA11yConfig } from '@umbraco-cms/internal/test-utils';
43

54
describe('UmbPropertyEditorUIImageCropsElement', () => {
65
let element: UmbPropertyEditorUIImageCropsElement;
@@ -12,13 +11,4 @@ describe('UmbPropertyEditorUIImageCropsElement', () => {
1211
it('is defined with its own instance', () => {
1312
expect(element).to.be.instanceOf(UmbPropertyEditorUIImageCropsElement);
1413
});
15-
16-
/*
17-
if ((window as UmbTestRunnerWindow).__UMBRACO_TEST_RUN_A11Y_TEST) {
18-
it('passes the a11y audit', async () => {
19-
//TODO: This test is broken. It fails at forms because of missing labels even if you have them.
20-
// await expect(element).shadowDom.to.be.accessible(defaultA11yConfig);
21-
});
22-
}
23-
*/
2414
});

0 commit comments

Comments
 (0)