We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8e288 commit a48ad4eCopy full SHA for a48ad4e
1 file changed
packages/gamut/src/Modals/__tests__/Dialog.test.tsx
@@ -44,7 +44,7 @@ describe('Dialog', () => {
44
45
it('requests closing the dialog when the close button is clicked', () => {
46
const { view } = renderView();
47
- const ariaLabel = defaultProps.closeButtonTipText
+ const ariaLabel = defaultProps.closeButtonTipText;
48
49
fireEvent.click(view.getByLabelText(ariaLabel));
50
expect(onRequestClose.mock.calls.length).toBe(1);
0 commit comments