Skip to content
Snippets Groups Projects
Commit 79cd6950 authored by Jaden DIEFENBAUGH's avatar Jaden DIEFENBAUGH
Browse files

[js][exp] comment loggin line in test

parent f671b005
No related branches found
No related tags found
1 merge request!8Miscellaneous editor-specific improvements
Pipeline #
......@@ -235,7 +235,7 @@ describe('<ExperimentEditor />', () => {
expect(wrapper.props().data).to.have.property('name', expName);
console.log('doing dataset');
//console.log('doing dataset');
wrapper.find('div.datasets select').at(0).simulate('change', { target: { value: '{"testing_data":{"database":"iris/1","protocol":"Main","set":"training"},"training_data":{"database":"iris/1","protocol":"Main","set":"testing"}}'}});
expect(updateFunc.callCount).to.equal(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment