We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a6590 commit 8c0d915Copy full SHA for 8c0d915
packages/compass-settings/src/components/modal.spec.tsx
@@ -56,9 +56,7 @@ describe('SettingsModal', function () {
56
57
it('renders nothing until it is open and loaded', function () {
58
renderSettingsModal({ isOpen: false });
59
-
60
- const container = screen.queryByTestId('settings-modal');
61
- expect(container).to.not.exist;
+ expect(screen.getByTestId('settings-modal')).to.be.closed;
62
});
63
64
it('modal footer actions', async function () {
0 commit comments