Skip to content

Commit d8f2364

Browse files
committed
removed extra tests
1 parent f1f0e83 commit d8f2364

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

src/containers/LeftPanel/__tests__/leftPanel.test.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,4 @@ describe('testing left panel react test menu', () => {
110110
it('there should be 4 buttons', () => {
111111
expect(wrapper.find('button').length).toEqual(4)
112112
});
113-
114-
xit('action card is removed when delete button is clicked', () => { });
115-
116-
xit('clicking the mock data checkbox renders mock data input fields', () => { });
117-
118-
xit('props table displays when prop checkbox on Render card is clicked', () => { });
119-
120-
xit('wipes existing test statements when new test button is clicked ', () => { });
121113
});

src/containers/LeftPanel/__tests__/leftPanelEndpoint.test.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,4 @@ describe('testing left panel endpoint test menu', () => {
6464
it('there should be 2 buttons', () => {
6565
expect(wrapper.find('button').length).toEqual(2)
6666
});
67-
68-
xit('action card is removed when delete button is clicked', () => { });
69-
70-
xit('clicking the mock data checkbox renders mock data input fields', () => { });
71-
72-
xit('props table displays when prop checkbox on Render card is clicked', () => { });
73-
74-
xit('wipes existing test statements when new test button is clicked ', () => { });
7567
});

src/containers/LeftPanel/__tests__/leftPanelRedux.test.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,4 @@ describe('testing left panel redux test menu', () => {
8585
it('there should be 5 buttons', () => {
8686
expect(wrapper.find('button').length).toEqual(5)
8787
});
88-
89-
xit('action card is removed when delete button is clicked', () => { });
90-
91-
xit('clicking the mock data checkbox renders mock data input fields', () => { });
92-
93-
xit('props table displays when prop checkbox on Render card is clicked', () => { });
94-
95-
xit('wipes existing test statements when new test button is clicked ', () => { });
9688
});

0 commit comments

Comments
 (0)