Commit Graph

1767 Commits

Author SHA1 Message Date
natac13
b3660726eb fix parenthesis in the description of first jquery challenge
in the live version there is also duplicate tests the staging branch
has 4 though. I am not to sure about this discrepancy

closes #3133
2015-09-06 20:25:39 -04:00
Timothy Cyrus
1938266ecd Update bootstrap.json
Fixed tests in "Split your Bootstrap Row" and "Create Bootstrap Wells" based on #2548
2015-09-06 15:57:02 -04:00
natac13
bb51636e78 Test improvements
changed the jquery selector to account for single and double quotes
as well as optional spaces on:
[Give your JavaScript Slot Machine some stylish images](http://www.freecodecamp.com/challenges/waypoint-give-your-javascript-slot-machine-some-stylish-images)
[Bring your JavaScript Slot Machine to Life](http://www.freecodecamp.com/challenges/waypoint-bring-your-javascript-slot-machine-to-life)
[Target the same element with multiple jQuery Selectors](http://www.freecodecamp.com/challenges/waypoint-target-the-same-element-with-multiple-jquery-selectors)
[Target the Parent of an Element Using jQuery](http://www.freecodecamp.com/challenges/waypoint-target-the-parent-of-an-element-using-jquery)
2015-09-06 13:12:06 -04:00
Arsen Melikyan
fbe578022f Merge pull request #1866 from jbmartinez/jbmartinez-1854
Changed test case for Waypoint: target elements by id
2015-09-06 19:28:40 +04:00
Juan Martínez
a96cbb3650 removed semicolons at the end of asserts 2015-09-06 15:08:14 +00:00
Arsen Melikyan
b2983590f5 Merge pull request #2288 from marksurnin/marksurnin-factorial-bonfire-tests
Added a test for factorial(0) to be equal to 1.
2015-09-06 15:45:12 +04:00
Arsen Melikyan
5e38589a38 Merge pull request #2410 from souldreamer/patch-1
[Waypoint: Remove Classes from an element with jQuery] usually expected to not validate if using removeClass() without parameters
2015-09-06 15:14:37 +04:00
Arsen Melikyan
66b453f7cc Merge pull request #2426 from saadanerdetbare/saadanerdetbare-2324
Force id attributes to be under relevant parents
2015-09-06 14:21:54 +04:00
Arsen Melikyan
ad6b3c5db7 Merge pull request #2579 from ahstro/ahstro-2573
Check all children instead of just one in 'Target Children with jQuery'
2015-09-06 13:18:23 +04:00
Abhisek Pattnaik
528f2da924 Add test for Bonfire Check for Palindromes
- Checks unicode characters between "Z" (capital Z) and "a" (small a)"
such as "\" (forward slash) as punctuation.
2015-09-06 13:33:40 +05:30
Abhisek Pattnaik
6c9ae6a100 Update tests for Bonfire Check for Palindromes
- Replace expect with assert
- Use strictEqual for checking equality of primitive
- Add message to assert test cases
- Minor modification to some existing test cases
2015-09-06 13:33:17 +05:30
Arsen Melikyan
3db96c8951 Merge pull request #3114 from elitepc/staging
added missing verb in the get set for basejumps
2015-09-06 11:14:16 +04:00
Arsen Melikyan
482c9cb5d1 Merge pull request #3109 from AryanJ-NYC/AryanJ-NYC-2136
Added details to instructions of JS arrays waypoint
2015-09-06 10:18:44 +04:00
Arsen Melikyan
787ac80c2a Merge pull request #3110 from natac13/added-test-to-allow-single-double-qoutes-and-fixed-typo
General improvements to jquery challenge file
2015-09-06 10:10:45 +04:00
Aryan Jabbari
06f611ebf8 Used strict equality for second assert 2015-09-06 00:39:07 -04:00
Aryan Jabbari
c4e0c363c2 Checks that length is used twice for JS bracket notation challenges; closes #3105 2015-09-06 00:37:12 -04:00
natac13
5067a2f1e1 General improvements to jquery file
added a few tests to account for single and double quotes
fixed a typo
added test to add clarity

closes #3107
2015-09-05 21:39:27 -04:00
Aryan Jabbari
b14e2847ba Added details to instructions of JS arrays waypoint; closes #2136 2015-09-05 20:53:54 -04:00
elitepc
8716319e1b added missing verb in the get set for basejumps 2015-09-05 20:59:46 +01:00
bugron
76cff4bdd3 fixes a condition in assert 2015-09-05 19:20:41 +04:00
bugron
1ce9ccb925 fixes assert and some text 2015-09-05 18:05:09 +04:00
bugron
9ab6911afa Fixes 'd[0].toLowerCase() is not a function' error 2015-09-05 16:38:09 +04:00
benmcmahon100
2c5c304ba2 Merge #2887 2015-09-05 01:04:25 +01:00
Quincy Larson
1ea3605519 Merge pull request #3002 from dmytroyarmak/dmytroyarmak-2999
Improve test cases for Generate Random Whole Numbers within a Range
2015-09-04 15:27:36 -07:00
Quincy Larson
050599fa83 Merge pull request #3071 from QuincyLarson/fix-typeof-wording
fix typeof wording
2015-09-04 15:26:27 -07:00
Quincy Larson
05db23088c fix typeof wording 2015-09-04 15:22:45 -07:00
Quincy Larson
145c0ab7f7 Merge pull request #3040 from natac13/attemp-fix-poor-description-#3038
Attempt to fix poor description Where Art Thou
2015-09-04 15:09:35 -07:00
Quincy Larson
cc278d1993 Merge pull request #3046 from ahstro/ahstro-3045
Updated ExpressWorks exercises in waypoint
2015-09-04 15:05:53 -07:00
Quincy Larson
6f3de04bed improve jquery challenge wording 2015-09-04 15:00:58 -07:00
Quincy Larson
162ef38a57 Merge pull request #3050 from natac13/fix-students-using-example-in-challenge-parent-jquery
fix misleading description that leads to issues being submitted.
2015-09-04 14:54:19 -07:00
Quincy Larson
ced1d7dff9 Merge pull request #3056 from natac13/added-test-slot-machine-#2111
Added tests to JavaScript Give Slot Machine Some Style
2015-09-04 14:49:12 -07:00
Timothy Cyrus
574c4ab000 Update bootstrap.json
Fix bad formatting with Label Bootstrap Wells test
2015-09-04 17:35:22 -04:00
Quincy Larson
206dee5720 Merge pull request #3067 from abhisekp/add-test-bf-palindrome
Add test cases to Bonfire:Check for Palindrome
2015-09-04 14:31:17 -07:00
Quincy Larson
40e558d5f4 Merge branch 'staging' of github.com:FreeCodeCamp/freecodecamp into staging 2015-09-04 14:27:08 -07:00
Abhisek Pattnaik
de86774f26 Add Bonfire Check for Palindromes test cases
Add test cases with numbers in the string to also check for numbers.
2015-09-05 02:41:20 +05:30
natac13
5b311b8943 Added tests to JavaScript Give Slot Machine Some Style
The challenge could be passed by copying the code 3 times.
Made new tests to stop this

closes #2111
2015-09-04 13:48:51 -04:00
Arsen Melikyan
358914f305 Merge pull request #2959 from awesomeaniruddh/awesomeaniruddh-2946
updated description of waypoint to make it more specific
2015-09-04 17:07:04 +04:00
natac13
4c4b8ea737 fix misleading description that leads to issues being submitted.
closes #3044
closes #2980
closes #2805
closes #2337
2015-09-04 08:11:44 -04:00
Aniruddh Agarwal
90fb634718 Update html5-and-css.json 2015-09-04 17:44:27 +08:00
ahstro
4f883b9f39 Updated ExpressWorks exercises in waypoint 2015-09-04 09:55:07 +02:00
Quincy Larson
95624cd17b Merge branch 'fix-camper-news-zipline' into staging 2015-09-03 18:40:04 -07:00
Natac13
fc0e7543c1 Attempt to fix unclear description Where Art Thou
closes #3038
2015-09-03 18:21:36 -04:00
Natac13
f08be5516c fixes filter function return conditional
closes #3031
2015-09-03 14:02:44 -04:00
Arsen Melikyan
5d83be0423 Merge pull request #2872 from natac13/fix-backslash-typo-2832
Removed backslash. When I just removed the one the linter did not lik…
2015-09-03 21:22:58 +04:00
Natac13
33ed5403ba I forgot a semi colon... 2015-09-03 13:14:42 -04:00
Arsen Melikyan
a013329dd1 Merge pull request #2975 from natac13/fix-typo-in-tests-#2974
fixes typo in test
2015-09-03 20:40:44 +04:00
Natac13
0ce98da28c fixed unnecessary self closing tag in the description. 2015-09-03 12:26:07 -04:00
Dmytro Yarmak
0227d20847 Improve test cases for Generate Random Whole Numbers within a Range 2015-09-02 23:17:33 +03:00
Natac13
7a21083498 Fix the typo in Create Bootstrap Wells; first test had extra > 2015-09-01 18:31:21 -04:00
Arsen Melikyan
d72ed297de fixes a small typo 2015-09-02 00:14:57 +04:00