Skip to content

Commit c824f19

Browse files
committed
uncomment test
1 parent 495554e commit c824f19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

change/@fluentui-react-cb9f45ee-a6ad-4ffc-afb6-62a53daac1fe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "patch",
3-
"comment": "fix: ContextualMenu should not include headers and dividers in ARIA index calculations\"",
3+
"comment": "fix: ContextualMenu should not include headers and dividers in ARIA index calculations",
44
"packageName": "@fluentui/react",
55
"email": "[email protected]",
66
"dependentChangeType": "patch"

packages/react/src/components/ContextualMenu/ContextualMenu.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ describe('ContextualMenu', () => {
793793
const index2 = menuItems[1].getAttribute('aria-posinset');
794794

795795
expect(total).toBe('2');
796-
// expect(index1).toBe('1');
796+
expect(index1).toBe('1');
797797
expect(index2).toBe('2');
798798
});
799799

0 commit comments

Comments
 (0)