Skip to content

Commit ea0eaf4

Browse files
author
David
committed
remove noscript test
1 parent 31d90eb commit ea0eaf4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/modal/__tests__/modal.browser-test.jsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,6 @@ describe('SLDSModal: ', function () {
106106
modal = getModalNode(document.body);
107107
});
108108

109-
it('renders a noscript', () => {
110-
const renderedNoScriptNode = ReactDOM.findDOMNode(cmp);
111-
expect(renderedNoScriptNode.firstChild.tagName).to.equal(undefined);
112-
});
113-
114109
it('adds the large class', () => {
115110
expect(modal.className).to.include('slds-modal--large');
116111
});

0 commit comments

Comments
 (0)