fix a courseware test

This commit is contained in:
Michael Q Larson
2015-03-10 17:52:48 -07:00
parent 7a765fdca2
commit 9adc444a31

View File

@ -1427,7 +1427,7 @@
], ],
"tests": [ "tests": [
"expect($('.row').length).to.eql(2);", "expect($('.row').length).to.eql(2);",
"expect($('.col-xs-12').length).to.eql(4);" "expect($('.col-xs-6').length).to.eql(4);"
], ],
"challengeSeed": [ "challengeSeed": [
"<style>", "<style>",