-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MWPW-163449 | Unit test for code coverage for connect forms #614
base: stage
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
eslint
test/features/cc-forms/forms/connect.test.js|50 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|50 col 21| A space is required after '{'.
test/features/cc-forms/forms/connect.test.js|50 col 22| Unnecessarily quoted property 'data' found.
test/features/cc-forms/forms/connect.test.js|50 col 29| Missing space before value for key 'data'.
test/features/cc-forms/forms/connect.test.js|50 col 29| A space is required after '{'.
test/features/cc-forms/forms/connect.test.js|50 col 30| Unnecessarily quoted property 'countryList' found.
test/features/cc-forms/forms/connect.test.js|50 col 44| Missing space before value for key 'countryList'.
test/features/cc-forms/forms/connect.test.js|50 col 44| A space is required after '{'.
test/features/cc-forms/forms/connect.test.js|50 col 45| Unnecessarily quoted property 'items' found.
test/features/cc-forms/forms/connect.test.js|50 col 53| Missing space before value for key 'items'.
test/features/cc-forms/forms/connect.test.js|50 col 54| A space is required after '{'.
test/features/cc-forms/forms/connect.test.js|50 col 55| Unnecessarily quoted property '_path' found.
test/features/cc-forms/forms/connect.test.js|50 col 63| Missing space before value for key '_path'.
test/features/cc-forms/forms/connect.test.js|50 col 99| A space is required after ','.
test/features/cc-forms/forms/connect.test.js|50 col 100| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|50 col 105| Missing space before value for key 'id'.
test/features/cc-forms/forms/connect.test.js|50 col 109| A space is required after ','.
test/features/cc-forms/forms/connect.test.js|50 col 110| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|50 col 118| Missing space before value for key 'title'.
test/features/cc-forms/forms/connect.test.js|50 col 133| A space is required after ','.
test/features/cc-forms/forms/connect.test.js|50 col 134| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|50 col 142| Missing space before value for key 'value'.
test/features/cc-forms/forms/connect.test.js|50 col 146| A space is required after ','.
test/features/cc-forms/forms/connect.test.js|50 col 147| Unnecessarily quoted property 'isTop' found.
test/features/cc-forms/forms/connect.test.js|50 col 155| Missing space before value for key 'isTop'.
test/features/cc-forms/forms/connect.test.js|50 col 160| A space is required before '}'.
test/features/cc-forms/forms/connect.test.js|50 col 161| A space is required after ','.
test/features/cc-forms/forms/connect.test.js|50 col 162| A space is required after '{'.
test/features/cc-forms/forms/connect.test.js|50 col 163| Unnecessarily quoted property '_path' found.
test/features/cc-forms/forms/connect.test.js|50 col 171| Missing space before value for key '_path'.
test/features/cc-forms/forms/connect.test.js|50 col 207| A space is required after ','.
test/features/cc-forms/forms/connect.test.js|50 col 208| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|50 col 213| Missing space before value for key 'id'.
test/features/cc-forms/forms/connect.test.js|50 col 217| A space is required after ','.
test/features/cc-forms/forms/connect.test.js|50 col 218| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|50 col 226| Missing space before value for key 'title'.
test/features/cc-forms/forms/connect.test.js|50 col 233| A space is required after ','.
test/features/cc-forms/forms/connect.test.js|50 col 234| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|50 col 242| Missing space before value for key 'value'.
test/features/cc-forms/forms/connect.test.js|50 col 246| A space is required after ','.
test/features/cc-forms/forms/connect.test.js|50 col 247| Unnecessarily quoted property 'isTop' found.
test/features/cc-forms/forms/connect.test.js|50 col 255| Missing space before value for key 'isTop'.
test/features/cc-forms/forms/connect.test.js|50 col 260| A space is required before '}'.
test/features/cc-forms/forms/connect.test.js|50 col 262| A space is required before '}'.
test/features/cc-forms/forms/connect.test.js|50 col 263| A space is required before '}'.
test/features/cc-forms/forms/connect.test.js|50 col 264| A space is required before '}'.
test/features/cc-forms/forms/connect.test.js|51 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|52 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|53 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|54 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|54 col 13| Unnecessarily quoted property 'data' found.
test/features/cc-forms/forms/connect.test.js|54 col 13| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|55 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|55 col 17| Unnecessarily quoted property 'formfieldvaluesList' found.
test/features/cc-forms/forms/connect.test.js|55 col 17| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|56 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|56 col 21| Unnecessarily quoted property 'items' found.
test/features/cc-forms/forms/connect.test.js|56 col 21| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|57 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|58 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|58 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|58 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|59 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|59 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|59 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|59 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|60 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|60 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|60 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|60 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|60 col 41| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|61 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|62 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|63 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|63 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|63 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|64 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|64 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|64 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|64 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|65 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|65 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|65 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|65 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|65 col 42| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|66 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|67 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|68 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|68 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|68 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|69 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|69 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|69 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|69 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|70 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|70 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|70 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|70 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|70 col 42| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|71 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|72 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|73 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|73 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|73 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|74 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|74 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|74 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|74 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|75 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|75 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|75 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|75 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|75 col 42| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|76 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|76 col 26| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|77 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|77 col 22| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|78 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|78 col 18| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|79 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|79 col 14| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|81 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|82 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|83 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|84 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|84 col 13| Unnecessarily quoted property 'data' found.
test/features/cc-forms/forms/connect.test.js|84 col 13| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|85 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|85 col 17| Unnecessarily quoted property 'formfieldvaluesList' found.
test/features/cc-forms/forms/connect.test.js|85 col 17| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|86 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|86 col 21| Unnecessarily quoted property 'items' found.
test/features/cc-forms/forms/connect.test.js|86 col 21| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|87 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|88 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|88 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|88 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|89 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|89 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|89 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|89 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|90 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|90 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|90 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|90 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|90 col 41| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|91 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|92 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|93 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|93 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|93 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|94 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|94 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|94 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|94 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|95 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|95 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|95 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|95 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|95 col 41| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|96 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|97 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|98 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|98 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|98 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|99 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|99 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|99 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|99 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|100 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|100 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|100 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|100 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|100 col 42| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|101 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|101 col 26| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|102 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|102 col 22| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|103 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|103 col 18| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|104 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|104 col 14| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|106 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|107 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|108 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|109 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|109 col 13| Unnecessarily quoted property 'data' found.
test/features/cc-forms/forms/connect.test.js|109 col 13| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|110 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|110 col 17| Unnecessarily quoted property 'formfieldvaluesList' found.
test/features/cc-forms/forms/connect.test.js|110 col 17| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|111 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|111 col 21| Unnecessarily quoted property 'items' found.
test/features/cc-forms/forms/connect.test.js|111 col 21| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|112 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|113 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|113 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|113 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|114 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|114 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|114 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|114 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|115 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|115 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|115 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|115 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|115 col 45| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|116 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|117 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|118 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|118 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|118 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|119 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|119 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|119 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|119 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|120 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|120 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|120 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|120 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|120 col 47| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|121 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|122 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|123 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|123 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|123 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|124 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|124 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|124 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|124 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|125 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|125 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|125 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|125 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|125 col 49| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|126 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|127 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|128 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|128 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|128 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|129 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|129 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|129 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|129 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|130 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|130 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|130 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|130 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|130 col 43| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|131 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|132 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|133 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|133 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|133 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|134 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|134 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|134 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|134 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|135 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|135 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|135 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|135 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|135 col 47| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|136 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|137 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|138 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|138 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|138 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|139 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|139 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|139 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|139 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|140 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|140 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|140 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|140 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|140 col 45| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|141 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|141 col 26| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|142 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|142 col 22| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|143 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|143 col 18| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|144 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|144 col 14| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|146 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|147 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|148 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|149 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|149 col 13| Unnecessarily quoted property 'data' found.
test/features/cc-forms/forms/connect.test.js|149 col 13| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|150 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|150 col 17| Unnecessarily quoted property 'formfieldvaluesList' found.
test/features/cc-forms/forms/connect.test.js|150 col 17| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|151 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|151 col 21| Unnecessarily quoted property 'items' found.
test/features/cc-forms/forms/connect.test.js|151 col 21| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|152 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|153 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|153 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|153 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|154 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|154 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|154 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|154 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|155 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|155 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|155 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|155 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|155 col 51| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|156 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|157 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|158 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|158 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|158 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|159 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|159 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|159 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|159 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|160 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|160 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|160 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|160 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|160 col 64| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|161 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|162 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|163 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|163 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|163 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|164 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|164 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|164 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|164 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|165 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|165 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|165 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|165 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|165 col 52| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|166 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|167 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|168 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|168 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|168 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|169 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|169 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|169 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|169 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|170 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|170 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|170 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|170 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|170 col 59| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|171 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|172 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|173 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|173 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|173 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|174 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|174 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|174 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|174 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|175 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|175 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|175 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|175 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|175 col 49| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|176 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|176 col 26| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|177 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|177 col 22| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|178 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|178 col 18| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|179 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|179 col 14| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|180 col 10| Missing semicolon.
test/features/cc-forms/forms/connect.test.js|181 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|182 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|183 col 1| Expected indentation of 8 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|184 col 1| Expected indentation of 10 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|184 col 17| Unnecessarily quoted property 'data' found.
test/features/cc-forms/forms/connect.test.js|184 col 17| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|185 col 1| Expected indentation of 12 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|185 col 21| Unnecessarily quoted property 'formfieldvaluesList' found.
test/features/cc-forms/forms/connect.test.js|185 col 21| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|186 col 1| Expected indentation of 14 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|186 col 25| Unnecessarily quoted property 'items' found.
test/features/cc-forms/forms/connect.test.js|186 col 25| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|187 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|188 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|188 col 33| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|188 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|189 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|189 col 33| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|189 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|189 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|190 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|190 col 33| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|190 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|190 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|190 col 62| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|191 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|192 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|193 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|193 col 33| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|193 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|194 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|194 col 33| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|194 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|194 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|195 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|195 col 33| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|195 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|195 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|195 col 66| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|196 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|197 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|198 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|198 col 33| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|198 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|199 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|199 col 33| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|199 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|199 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|200 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|200 col 33| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|200 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|200 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|200 col 68| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|201 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|201 col 30| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|202 col 1| Expected indentation of 14 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|202 col 26| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|203 col 1| Expected indentation of 12 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|203 col 22| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|204 col 1| Expected indentation of 10 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|204 col 18| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|205 col 1| Expected indentation of 8 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|205 col 14| Missing semicolon.
test/features/cc-forms/forms/connect.test.js|206 col 1| Expected indentation of 6 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|207 col 1| Expected indentation of 6 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|208 col 1| Expected indentation of 8 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|209 col 1| Expected indentation of 10 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|209 col 17| Unnecessarily quoted property 'data' found.
test/features/cc-forms/forms/connect.test.js|209 col 17| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|210 col 1| Expected indentation of 12 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|210 col 21| Unnecessarily quoted property 'formfieldvaluesList' found.
test/features/cc-forms/forms/connect.test.js|210 col 21| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|211 col 1| Expected indentation of 14 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|211 col 25| Unnecessarily quoted property 'items' found.
test/features/cc-forms/forms/connect.test.js|211 col 25| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|212 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|213 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|213 col 33| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|213 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|214 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|214 col 33| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|214 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|214 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|215 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|215 col 33| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|215 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|215 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|215 col 52| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|216 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|217 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|218 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|218 col 33| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|218 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|219 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|219 col 33| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|219 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|219 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|220 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|220 col 33| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|220 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|220 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|220 col 52| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|221 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|221 col 30| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|222 col 1| Expected indentation of 14 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|222 col 26| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|223 col 1| Expected indentation of 12 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|223 col 22| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|224 col 1| Expected indentation of 10 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|224 col 18| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|225 col 1| Expected indentation of 8 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|226 col 1| Expected indentation of 6 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|227 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|228 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|229 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|230 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|231 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|232 col 1| Expected indentation of 4 spaces but found 6.
test/features/cc-forms/forms/connect.test.js|233 col 1| Expected indentation of 4 spaces but found 6.
test/features/cc-forms/forms/connect.test.js|234 col 1| Expected indentation of 4 spaces but found 6.
test/features/cc-forms/forms/connect.test.js|235 col 1| Expected indentation of 2 spaces but found 4.
test/features/cc-forms/forms/connect.test.js|270 col 4| Newline required at end of file but not found.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
eslint
test/features/cc-forms/forms/connect.test.js|49 col 147| Unnecessarily quoted property 'isTop' found.
test/features/cc-forms/forms/connect.test.js|49 col 155| Missing space before value for key 'isTop'.
test/features/cc-forms/forms/connect.test.js|49 col 160| A space is required before '}'.
test/features/cc-forms/forms/connect.test.js|49 col 161| A space is required after ','.
test/features/cc-forms/forms/connect.test.js|49 col 162| A space is required after '{'.
test/features/cc-forms/forms/connect.test.js|49 col 163| Unnecessarily quoted property '_path' found.
test/features/cc-forms/forms/connect.test.js|49 col 171| Missing space before value for key '_path'.
test/features/cc-forms/forms/connect.test.js|49 col 207| A space is required after ','.
test/features/cc-forms/forms/connect.test.js|49 col 208| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|49 col 213| Missing space before value for key 'id'.
test/features/cc-forms/forms/connect.test.js|49 col 217| A space is required after ','.
test/features/cc-forms/forms/connect.test.js|49 col 218| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|49 col 226| Missing space before value for key 'title'.
test/features/cc-forms/forms/connect.test.js|49 col 233| A space is required after ','.
test/features/cc-forms/forms/connect.test.js|49 col 234| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|49 col 242| Missing space before value for key 'value'.
test/features/cc-forms/forms/connect.test.js|49 col 246| A space is required after ','.
test/features/cc-forms/forms/connect.test.js|49 col 247| Unnecessarily quoted property 'isTop' found.
test/features/cc-forms/forms/connect.test.js|49 col 255| Missing space before value for key 'isTop'.
test/features/cc-forms/forms/connect.test.js|49 col 260| A space is required before '}'.
test/features/cc-forms/forms/connect.test.js|49 col 262| A space is required before '}'.
test/features/cc-forms/forms/connect.test.js|49 col 263| A space is required before '}'.
test/features/cc-forms/forms/connect.test.js|49 col 264| A space is required before '}'.
test/features/cc-forms/forms/connect.test.js|50 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|51 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|52 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|53 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|53 col 13| Unnecessarily quoted property 'data' found.
test/features/cc-forms/forms/connect.test.js|53 col 13| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|54 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|54 col 17| Unnecessarily quoted property 'formfieldvaluesList' found.
test/features/cc-forms/forms/connect.test.js|54 col 17| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|55 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|55 col 21| Unnecessarily quoted property 'items' found.
test/features/cc-forms/forms/connect.test.js|55 col 21| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|56 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|57 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|57 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|57 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|58 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|58 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|58 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|58 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|59 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|59 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|59 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|59 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|59 col 41| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|60 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|61 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|62 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|62 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|62 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|63 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|63 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|63 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|63 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|64 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|64 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|64 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|64 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|64 col 42| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|65 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|66 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|67 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|67 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|67 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|68 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|68 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|68 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|68 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|69 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|69 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|69 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|69 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|69 col 42| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|70 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|71 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|72 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|72 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|72 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|73 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|73 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|73 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|73 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|74 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|74 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|74 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|74 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|74 col 42| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|75 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|75 col 26| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|76 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|76 col 22| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|77 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|77 col 18| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|78 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|78 col 14| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|80 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|81 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|82 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|83 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|83 col 13| Unnecessarily quoted property 'data' found.
test/features/cc-forms/forms/connect.test.js|83 col 13| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|84 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|84 col 17| Unnecessarily quoted property 'formfieldvaluesList' found.
test/features/cc-forms/forms/connect.test.js|84 col 17| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|85 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|85 col 21| Unnecessarily quoted property 'items' found.
test/features/cc-forms/forms/connect.test.js|85 col 21| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|86 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|87 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|87 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|87 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|88 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|88 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|88 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|88 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|89 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|89 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|89 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|89 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|89 col 41| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|90 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|91 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|92 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|92 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|92 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|93 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|93 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|93 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|93 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|94 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|94 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|94 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|94 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|94 col 41| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|95 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|96 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|97 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|97 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|97 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|98 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|98 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|98 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|98 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|99 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|99 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|99 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|99 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|99 col 42| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|100 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|100 col 26| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|101 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|101 col 22| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|102 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|102 col 18| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|103 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|103 col 14| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|105 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|106 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|107 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|108 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|108 col 13| Unnecessarily quoted property 'data' found.
test/features/cc-forms/forms/connect.test.js|108 col 13| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|109 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|109 col 17| Unnecessarily quoted property 'formfieldvaluesList' found.
test/features/cc-forms/forms/connect.test.js|109 col 17| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|110 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|110 col 21| Unnecessarily quoted property 'items' found.
test/features/cc-forms/forms/connect.test.js|110 col 21| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|111 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|112 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|112 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|112 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|113 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|113 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|113 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|113 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|114 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|114 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|114 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|114 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|114 col 45| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|115 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|116 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|117 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|117 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|117 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|118 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|118 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|118 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|118 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|119 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|119 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|119 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|119 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|119 col 47| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|120 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|121 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|122 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|122 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|122 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|123 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|123 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|123 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|123 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|124 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|124 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|124 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|124 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|124 col 49| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|125 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|126 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|127 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|127 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|127 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|128 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|128 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|128 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|128 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|129 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|129 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|129 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|129 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|129 col 43| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|130 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|131 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|132 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|132 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|132 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|133 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|133 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|133 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|133 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|134 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|134 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|134 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|134 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|134 col 47| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|135 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|136 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|137 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|137 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|137 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|138 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|138 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|138 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|138 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|139 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|139 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|139 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|139 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|139 col 45| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|140 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|140 col 26| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|141 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|141 col 22| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|142 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|142 col 18| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|143 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|143 col 14| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|145 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|146 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|147 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|148 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|148 col 13| Unnecessarily quoted property 'data' found.
test/features/cc-forms/forms/connect.test.js|148 col 13| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|149 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|149 col 17| Unnecessarily quoted property 'formfieldvaluesList' found.
test/features/cc-forms/forms/connect.test.js|149 col 17| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|150 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|150 col 21| Unnecessarily quoted property 'items' found.
test/features/cc-forms/forms/connect.test.js|150 col 21| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|151 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|152 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|152 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|152 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|153 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|153 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|153 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|153 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|154 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|154 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|154 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|154 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|154 col 51| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|155 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|156 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|157 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|157 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|157 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|158 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|158 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|158 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|158 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|159 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|159 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|159 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|159 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|159 col 64| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|160 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|161 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|162 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|162 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|162 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|163 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|163 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|163 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|163 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|164 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|164 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|164 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|164 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|164 col 52| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|165 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|166 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|167 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|167 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|167 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|168 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|168 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|168 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|168 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|169 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|169 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|169 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|169 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|169 col 59| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|170 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|171 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|172 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|172 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|172 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|173 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|173 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|173 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|173 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|174 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|174 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|174 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|174 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|174 col 49| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|175 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|175 col 26| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|176 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|176 col 22| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|177 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|177 col 18| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|178 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|178 col 14| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|179 col 10| Missing semicolon.
test/features/cc-forms/forms/connect.test.js|180 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|181 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|182 col 1| Expected indentation of 8 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|183 col 1| Expected indentation of 10 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|183 col 17| Unnecessarily quoted property 'data' found.
test/features/cc-forms/forms/connect.test.js|183 col 17| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|184 col 1| Expected indentation of 12 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|184 col 21| Unnecessarily quoted property 'formfieldvaluesList' found.
test/features/cc-forms/forms/connect.test.js|184 col 21| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|185 col 1| Expected indentation of 14 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|185 col 25| Unnecessarily quoted property 'items' found.
test/features/cc-forms/forms/connect.test.js|185 col 25| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|186 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|187 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|187 col 33| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|187 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|188 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|188 col 33| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|188 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|188 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|189 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|189 col 33| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|189 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|189 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|189 col 62| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|190 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|191 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|192 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|192 col 33| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|192 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|193 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|193 col 33| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|193 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|193 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|194 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|194 col 33| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|194 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|194 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|194 col 66| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|195 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|196 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|197 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|197 col 33| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|197 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|198 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|198 col 33| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|198 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|198 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|199 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|199 col 33| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|199 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|199 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|199 col 68| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|200 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|200 col 30| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|201 col 1| Expected indentation of 14 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|201 col 26| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|202 col 1| Expected indentation of 12 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|202 col 22| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|203 col 1| Expected indentation of 10 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|203 col 18| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|204 col 1| Expected indentation of 8 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|204 col 14| Missing semicolon.
test/features/cc-forms/forms/connect.test.js|205 col 1| Expected indentation of 6 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|206 col 1| Expected indentation of 6 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|207 col 1| Expected indentation of 8 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|208 col 1| Expected indentation of 10 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|208 col 17| Unnecessarily quoted property 'data' found.
test/features/cc-forms/forms/connect.test.js|208 col 17| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|209 col 1| Expected indentation of 12 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|209 col 21| Unnecessarily quoted property 'formfieldvaluesList' found.
test/features/cc-forms/forms/connect.test.js|209 col 21| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|210 col 1| Expected indentation of 14 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|210 col 25| Unnecessarily quoted property 'items' found.
test/features/cc-forms/forms/connect.test.js|210 col 25| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|211 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|212 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|212 col 33| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|212 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|213 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|213 col 33| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|213 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|213 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|214 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|214 col 33| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|214 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|214 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|214 col 52| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|215 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|216 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|217 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|217 col 33| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|217 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|218 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|218 col 33| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|218 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|218 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|219 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|219 col 33| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|219 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|219 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|219 col 52| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|220 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|220 col 30| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|221 col 1| Expected indentation of 14 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|221 col 26| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|222 col 1| Expected indentation of 12 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|222 col 22| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|223 col 1| Expected indentation of 10 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|223 col 18| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|224 col 1| Expected indentation of 8 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|225 col 1| Expected indentation of 6 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|226 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|227 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|228 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|229 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|230 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|231 col 1| Expected indentation of 4 spaces but found 6.
test/features/cc-forms/forms/connect.test.js|232 col 1| Expected indentation of 4 spaces but found 6.
test/features/cc-forms/forms/connect.test.js|233 col 1| Expected indentation of 4 spaces but found 6.
test/features/cc-forms/forms/connect.test.js|234 col 1| Expected indentation of 2 spaces but found 4.
test/features/cc-forms/forms/connect.test.js|269 col 4| Newline required at end of file but not found.
@suhjainadobe Could you fix the urls to get the aem psi checks to green. Also could you fix the lint issues in the code? |
only the unit test fixes |
Skipped merging 614: MWPW-163449 | Unit test for code coverage for connect forms due to failing checks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
eslint
test/features/cc-forms/forms/connect.test.js|54 col 17| Unnecessarily quoted property 'formfieldvaluesList' found.
test/features/cc-forms/forms/connect.test.js|54 col 17| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|55 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|55 col 21| Unnecessarily quoted property 'items' found.
test/features/cc-forms/forms/connect.test.js|55 col 21| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|56 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|57 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|57 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|57 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|58 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|58 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|58 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|58 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|59 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|59 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|59 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|59 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|59 col 41| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|60 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|61 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|62 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|62 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|62 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|63 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|63 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|63 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|63 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|64 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|64 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|64 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|64 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|64 col 42| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|65 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|66 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|67 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|67 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|67 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|68 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|68 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|68 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|68 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|69 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|69 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|69 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|69 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|69 col 42| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|70 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|71 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|72 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|72 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|72 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|73 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|73 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|73 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|73 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|74 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|74 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|74 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|74 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|74 col 42| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|75 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|75 col 26| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|76 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|76 col 22| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|77 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|77 col 18| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|78 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|78 col 14| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|80 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|81 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|82 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|83 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|83 col 13| Unnecessarily quoted property 'data' found.
test/features/cc-forms/forms/connect.test.js|83 col 13| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|84 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|84 col 17| Unnecessarily quoted property 'formfieldvaluesList' found.
test/features/cc-forms/forms/connect.test.js|84 col 17| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|85 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|85 col 21| Unnecessarily quoted property 'items' found.
test/features/cc-forms/forms/connect.test.js|85 col 21| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|86 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|87 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|87 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|87 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|88 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|88 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|88 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|88 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|89 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|89 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|89 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|89 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|89 col 41| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|90 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|91 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|92 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|92 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|92 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|93 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|93 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|93 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|93 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|94 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|94 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|94 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|94 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|94 col 41| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|95 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|96 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|97 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|97 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|97 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|98 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|98 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|98 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|98 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|99 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|99 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|99 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|99 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|99 col 42| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|100 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|100 col 26| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|101 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|101 col 22| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|102 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|102 col 18| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|103 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|103 col 14| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|105 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|106 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|107 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|108 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|108 col 13| Unnecessarily quoted property 'data' found.
test/features/cc-forms/forms/connect.test.js|108 col 13| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|109 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|109 col 17| Unnecessarily quoted property 'formfieldvaluesList' found.
test/features/cc-forms/forms/connect.test.js|109 col 17| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|110 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|110 col 21| Unnecessarily quoted property 'items' found.
test/features/cc-forms/forms/connect.test.js|110 col 21| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|111 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|112 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|112 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|112 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|113 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|113 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|113 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|113 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|114 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|114 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|114 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|114 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|114 col 45| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|115 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|116 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|117 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|117 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|117 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|118 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|118 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|118 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|118 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|119 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|119 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|119 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|119 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|119 col 47| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|120 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|121 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|122 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|122 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|122 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|123 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|123 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|123 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|123 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|124 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|124 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|124 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|124 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|124 col 49| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|125 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|126 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|127 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|127 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|127 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|128 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|128 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|128 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|128 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|129 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|129 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|129 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|129 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|129 col 43| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|130 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|131 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|132 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|132 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|132 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|133 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|133 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|133 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|133 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|134 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|134 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|134 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|134 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|134 col 47| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|135 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|136 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|137 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|137 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|137 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|138 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|138 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|138 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|138 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|139 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|139 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|139 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|139 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|139 col 45| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|140 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|140 col 26| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|141 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|141 col 22| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|142 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|142 col 18| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|143 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|143 col 14| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|145 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|146 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|147 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|148 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|148 col 13| Unnecessarily quoted property 'data' found.
test/features/cc-forms/forms/connect.test.js|148 col 13| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|149 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|149 col 17| Unnecessarily quoted property 'formfieldvaluesList' found.
test/features/cc-forms/forms/connect.test.js|149 col 17| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|150 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|150 col 21| Unnecessarily quoted property 'items' found.
test/features/cc-forms/forms/connect.test.js|150 col 21| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|151 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|152 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|152 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|152 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|153 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|153 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|153 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|153 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|154 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|154 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|154 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|154 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|154 col 51| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|155 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|156 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|157 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|157 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|157 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|158 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|158 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|158 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|158 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|159 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|159 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|159 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|159 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|159 col 64| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|160 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|161 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|162 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|162 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|162 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|163 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|163 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|163 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|163 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|164 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|164 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|164 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|164 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|164 col 52| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|165 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|166 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|167 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|167 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|167 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|168 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|168 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|168 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|168 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|169 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|169 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|169 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|169 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|169 col 59| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|170 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|171 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|172 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|172 col 29| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|172 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|173 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|173 col 29| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|173 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|173 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|174 col 1| Expected indentation of 18 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|174 col 29| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|174 col 29| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|174 col 38| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|174 col 49| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|175 col 1| Expected indentation of 16 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|175 col 26| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|176 col 1| Expected indentation of 14 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|176 col 22| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|177 col 1| Expected indentation of 12 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|177 col 18| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|178 col 1| Expected indentation of 10 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|178 col 14| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|179 col 10| Missing semicolon.
test/features/cc-forms/forms/connect.test.js|180 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|181 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|182 col 1| Expected indentation of 8 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|183 col 1| Expected indentation of 10 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|183 col 17| Unnecessarily quoted property 'data' found.
test/features/cc-forms/forms/connect.test.js|183 col 17| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|184 col 1| Expected indentation of 12 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|184 col 21| Unnecessarily quoted property 'formfieldvaluesList' found.
test/features/cc-forms/forms/connect.test.js|184 col 21| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|185 col 1| Expected indentation of 14 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|185 col 25| Unnecessarily quoted property 'items' found.
test/features/cc-forms/forms/connect.test.js|185 col 25| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|186 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|187 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|187 col 33| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|187 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|188 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|188 col 33| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|188 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|188 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|189 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|189 col 33| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|189 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|189 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|189 col 62| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|190 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|191 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|192 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|192 col 33| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|192 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|193 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|193 col 33| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|193 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|193 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|194 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|194 col 33| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|194 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|194 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|194 col 66| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|195 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|196 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|197 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|197 col 33| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|197 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|198 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|198 col 33| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|198 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|198 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|199 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|199 col 33| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|199 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|199 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|199 col 68| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|200 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|200 col 30| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|201 col 1| Expected indentation of 14 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|201 col 26| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|202 col 1| Expected indentation of 12 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|202 col 22| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|203 col 1| Expected indentation of 10 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|203 col 18| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|204 col 1| Expected indentation of 8 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|204 col 14| Missing semicolon.
test/features/cc-forms/forms/connect.test.js|205 col 1| Expected indentation of 6 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|206 col 1| Expected indentation of 6 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|207 col 1| Expected indentation of 8 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|208 col 1| Expected indentation of 10 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|208 col 17| Unnecessarily quoted property 'data' found.
test/features/cc-forms/forms/connect.test.js|208 col 17| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|209 col 1| Expected indentation of 12 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|209 col 21| Unnecessarily quoted property 'formfieldvaluesList' found.
test/features/cc-forms/forms/connect.test.js|209 col 21| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|210 col 1| Expected indentation of 14 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|210 col 25| Unnecessarily quoted property 'items' found.
test/features/cc-forms/forms/connect.test.js|210 col 25| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|211 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|212 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|212 col 33| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|212 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|213 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|213 col 33| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|213 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|213 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|214 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|214 col 33| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|214 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|214 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|214 col 52| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|215 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|216 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|217 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|217 col 33| Unnecessarily quoted property 'id' found.
test/features/cc-forms/forms/connect.test.js|217 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|218 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|218 col 33| Unnecessarily quoted property 'title' found.
test/features/cc-forms/forms/connect.test.js|218 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|218 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|219 col 1| Expected indentation of 18 spaces but found 32.
test/features/cc-forms/forms/connect.test.js|219 col 33| Unnecessarily quoted property 'value' found.
test/features/cc-forms/forms/connect.test.js|219 col 33| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|219 col 42| Strings must use singlequote.
test/features/cc-forms/forms/connect.test.js|219 col 52| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|220 col 1| Expected indentation of 16 spaces but found 28.
test/features/cc-forms/forms/connect.test.js|220 col 30| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|221 col 1| Expected indentation of 14 spaces but found 24.
test/features/cc-forms/forms/connect.test.js|221 col 26| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|222 col 1| Expected indentation of 12 spaces but found 20.
test/features/cc-forms/forms/connect.test.js|222 col 22| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|223 col 1| Expected indentation of 10 spaces but found 16.
test/features/cc-forms/forms/connect.test.js|223 col 18| Missing trailing comma.
test/features/cc-forms/forms/connect.test.js|224 col 1| Expected indentation of 8 spaces but found 12.
test/features/cc-forms/forms/connect.test.js|225 col 1| Expected indentation of 6 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|226 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|227 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|228 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|229 col 1| Expected indentation of 8 spaces but found 10.
test/features/cc-forms/forms/connect.test.js|230 col 1| Expected indentation of 6 spaces but found 8.
test/features/cc-forms/forms/connect.test.js|231 col 1| Expected indentation of 4 spaces but found 6.
test/features/cc-forms/forms/connect.test.js|232 col 1| Expected indentation of 4 spaces but found 6.
test/features/cc-forms/forms/connect.test.js|233 col 1| Expected indentation of 4 spaces but found 6.
test/features/cc-forms/forms/connect.test.js|234 col 1| Expected indentation of 2 spaces but found 4.
test/features/cc-forms/forms/connect.test.js|269 col 4| Newline required at end of file but not found.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@suhjainadobe Please fix the lint issues
Skipped merging 614: MWPW-163449 | Unit test for code coverage for connect forms due to insufficient approvals. Required: 2 approvals |
code coverage for connect forms
Resolves: MWPW-167285
Test URLs:
Before: https://main--cc--adobecom.hlx.live/?martech=off
After: https://code-coverage--cc--adobecom.hlx.live/?martech=off