Anton Strömkvist
dc0ea776a6
Merge pull request #3504 from xeoneux/fix/bonfire-where-art-thou
...
Edit last test case for Bonfire: Where art thou
2015-09-28 09:51:03 +02:00
Quincy Larson
40ec3852cc
refactor tests to show same message when passing and failing
2015-09-27 23:22:06 -07:00
Aniruddh Agarwal
1a6927afce
Merge pull request #3520 from abhisekp/fix/waypoint-manipulate-arrays-with-unshift
...
Minor fix comments in Waypoint: Manipulate Arrays With unshift
2015-09-28 09:19:05 +08:00
Abhisek Pattnaik
b5141f50ae
Fix comments in Waypoint: Manipulate Arrays With unshift
2015-09-28 03:45:13 +05:30
Arsen Melikyan
85c2666e8b
Merge pull request #3516 from abhisekp/waypoint-modify-array-data
...
Correct comment in Waypoint - Modify Array Data With Indexes
2015-09-27 23:52:22 +04:00
Abhisek Pattnaik
86c07dcd97
Correct comment
...
Replace "ourArray[1]" with "ourArray"
close FreeCodeCamp/FreeCodeCamp#3515
2015-09-28 01:04:59 +05:30
Quincy Larson
173691dd79
confirm all advanced bonfires work though test output is not ideal yet
2015-09-27 01:04:21 -07:00
Quincy Larson
6083af8b75
make more improvements to advanced bonfire tests
2015-09-27 00:52:27 -07:00
Quincy Larson
23e458ebca
Merge branch 'bonfire-failure-messages' into converge-bonfires
2015-09-27 00:34:35 -07:00
Quincy Larson
35b936d737
remove unneccessary additional bonfire argument I added a month ago
2015-09-27 00:21:15 -07:00
natac13
8394ded6d1
fixed typo in test
...
closes #3505
2015-09-26 11:17:49 -04:00
Aayush Kapoor
e8a96b8d42
Edit last test case for Bonfire: Where art thou
2015-09-26 16:01:46 +05:30
Eric Leung
441924cbaa
add note about how jQuery is zero-indexed for clarification
2015-09-24 03:57:36 -07:00
Aniruddh Agarwal
2737c1af0a
Merge pull request #3368 from bugron/fix/test-fix_in_bonfire-title-case-a-sentence
...
Fixes a test in a bonfire
2015-09-24 18:07:27 +08:00
Quincy Larson
ff7b3dbcd4
Merge pull request #3471 from awesomeaniruddh/fix/rename-zipline
...
Renamed zipline for consistency
2015-09-23 17:40:30 -07:00
Joel Bentley
a1764b1f73
Modify test to allow for blank line after comment
2015-09-23 18:21:16 -04:00
Aniruddh Agarwal
c5df8568a5
Renamed zipline for consistency
...
Renamed the 'Wikipedia Viewer' ziplines to 'Build a Wikipedia Viewer' to make it consistent with the other zipline names.
2015-09-23 16:27:42 +08:00
Quincy Larson
5b41e881ab
start refactoring advanced bonfires
2015-09-22 12:23:45 -07:00
Arsen Melikyan
fd7b3b1c8f
Merge pull request #3351 from alnero/feature/russian-translation
...
Add russian translation for the basic-ziplines
2015-09-22 21:16:35 +04:00
ahstro
5f4ecc72e4
Slot Machine false positives
...
The 'Add your JavaScript Slot Machine Slots' waypoint would
throw false positives if all slot numbers were the same, effectively
allowing the campers to pass the test without having written any code.
2015-09-21 23:42:19 +02:00
Anton Strömkvist
64eb830ca7
Merge pull request #3321 from natac13/natac13-expect-to-assert-advanced-bonfires
...
changed expects to assert style tests
2015-09-21 16:56:33 +02:00
Nerodenko Alexey
3d3a1219f5
Add russian translation for the basic-ziplines
2015-09-21 17:19:22 +03:00
Joel Bentley
0e66814ee0
Fix test on Waypoint Use Comments to Clarify Code
2015-09-20 16:48:09 -04:00
Rich Churcher
29069c7b97
Make plain that the array is not already sorted.
2015-09-21 08:34:22 +12:00
natac13
42e38aa6aa
changed expects to assert style tests
...
more uniform descriptions
closes #3316
2015-09-20 16:24:01 -04:00
Joel Bentley
036e5a4bc7
Fix tests on Waypoint Mobile Responsive Images
2015-09-20 15:52:54 -04:00
Arsen Melikyan
7ad9be3696
Merge pull request #3377 from TylerMoeller/patch-1
...
Fix typo in html5-and-css.json
2015-09-20 20:27:01 +04:00
Anton Strömkvist
ef23cc312f
Merge pull request #3369 from bugron/fix/editor-match-error_fix
...
Fixes two 'editor.match() in null' errors
2015-09-20 17:47:47 +02:00
Tyler Moeller
48c3cbcb01
Fix typo in html5-and-css.json
...
The challenge "Nest an Anchor Element within a Paragraph" has a small typo at the end of the English description text as highlighted below:
"Now nest your existing a element within a new p element so that the surrounding paragraph says "View more cat photos", but where only "cat photos" is a link, and the rest of the text is rest is plain text."
This commit removes the final "rest is" highlighted above, giving us this sentence instead:
Now nest your existing a element within a new p element so that the surrounding paragraph says "View more cat photos", but where only "cat photos" is a link, and the rest of the text is plain text.
2015-09-20 08:35:21 -07:00
natac13
83fda0b7a0
fix unclear description slasher flick
...
closes #3373
2015-09-20 11:21:57 -04:00
Aniruddh Agarwal
f4f72ec0ef
Fixes basic bonfire's permissive test
2015-09-20 07:53:25 +08:00
Arsen Melikyan
33d8e5d81b
fixes two 'editor.match() in null' errors
2015-09-20 02:17:25 +04:00
Arsen Melikyan
0610ea46f6
fixes a test in a bonfire
2015-09-20 01:08:05 +04:00
Arsen Melikyan
7d7b8ac102
new test checks if all elements are nested in container-fluid
2015-09-20 00:42:01 +04:00
Joel Bentley
3a2f7ea256
Fix test on Waypoint Create Unordered List
2015-09-19 14:50:54 -04:00
Aniruddh Agarwal
2541a3c9a7
Added test to determine num of elements with class
2015-09-19 20:18:17 +08:00
Berkeley Martinez
046b23944e
Merge pull request #3326 from AEA2002/change/functionName
...
changed user-named function: replace to myReplace
2015-09-17 22:50:30 -07:00
Aniruddh Agarwal
bd0cb8ffde
Refactored intermediate bonfires expect to assert
2015-09-18 10:37:32 +08:00
Berkeley Martinez
895854a011
Merge pull request #3341 from QuincyLarson/basejump
...
make "basejump" singular instead of plural on the map
2015-09-17 13:35:22 -07:00
Arsen Melikyan
bdbc1dcc96
Merge pull request #3342 from avastu/Fix-title-case
...
Fixes "Javascript uses use" typos
2015-09-17 15:23:04 +04:00
Utsav Ahuja
83badc55af
Fixed "Javascript uses use" typo
2015-09-17 01:04:00 -07:00
Quincy Larson
a8ee901d80
make "basejump" singular instead of plural on the map
2015-09-16 23:57:05 -07:00
Pavel Tsurbeleu
723a8ffb76
fix wording of src attribute assertion's message to be consistent with other messages in waypoint-make-images-mobile-responsive challenge
2015-09-16 18:10:16 -07:00
Pavel Tsurbeleu
7006b1207c
fix count img elements assertion in waypoint-make-images-mobile-responsive challenge to be strict
2015-09-16 18:04:37 -07:00
Pavel Tsurbeleu
551e55b1fa
add an assertion to ensure well-formed img elements in waypoint-make-images-mobile-responsive challenge, closes #1021
2015-09-16 17:03:23 -07:00
ahstro
9b1497edd8
Fix typo in bonfire test case
2015-09-16 22:34:25 +02:00
AEA2002
9d9aba071d
changed user-named function: replace to myReplace
2015-09-15 19:02:56 -04:00
ahstro
b6f7c5391c
Add more falsy values to 'Falsy Bouncer', again.
...
This was already fixed at some point by abhisekp, but their changes
seems to have been overwritten somewhere along the line.
2015-09-15 18:46:51 +02:00
Aryan Jabbari
cb1e558650
Changed 'background color of blue' to 'color of blue'; fixed #3306
2015-09-15 01:13:52 -04:00
Joel Bentley
f391e48ab5
Fix description Bonfire: Arguments Optional
2015-09-14 19:38:59 -04:00