Commit Graph

2507 Commits

Author SHA1 Message Date
Blade Barringer 9884ed71f8 Merge branch 'develop' into TheHollidayInn-join-button-fix 2015-05-07 17:50:57 -05:00
Blade Barringer 3dc7567c53 Clean up test code 2015-05-07 17:49:46 -05:00
Blade Barringer 180279f2f6 clean up cruft from api tests 2015-05-07 17:37:07 -05:00
TheHollidayInn 47121fa70d Update tests to use get url, added not member tests, and updated logic to prevent users from being added to public guilds 2015-05-07 15:59:21 -05:00
negue e628dba5e8 Merge pull request #5087 from negue/copyMessageTodo
copy chat messages as todo
2015-05-07 22:21:42 +02:00
Blade Barringer c1051a9035 Separate api tess into separate files 2015-05-07 08:13:43 -05:00
TheHollidayInn bcb7b75380 Fixed conditional and spacing 2015-05-05 20:13:53 -05:00
TheHollidayInn c1684414c3 Added registerManyUsers to reduce function calls 2015-05-05 09:19:43 -05:00
TheHollidayInn 8a4b43905d Added tests 2015-05-04 19:12:44 -05:00
NotGonnaGitUs 9a3c383bc7 Changed Quests comment and did done() inside the last function 2015-05-04 19:08:45 +05:30
NotGonnaGitUs fc61a9c39f Fixed whitespace error 2015-05-04 19:00:07 +05:30
NotGonnaGitUs 32bcec013f Combined both tests because I can't figure out how to pass challenge._id to next test 2015-05-04 18:52:14 +05:30
NotGonnaGitUs fef2c834c9 Used this of parent in hopes of getting correct challenge id 2015-05-04 18:27:43 +05:30
NotGonnaGitUs 168d72fb0a Removed a function call in hopes of correct updation of challenge variable 2015-05-04 18:16:02 +05:30
NotGonnaGitUs 079df668ce Changed test to fix reference errors. 2015-05-04 17:59:12 +05:30
NotGonnaGitUs b360acd072 Fixed callback error in challenge creation test. 2015-05-04 17:49:07 +05:30
NotGonnaGitUs f46a7eb1ba Changed creation test to use variables so that deletion test can run. 2015-05-04 17:19:54 +05:30
NotGonnaGitUs 8c562e8e18 Added test for challenge deletion. 2015-05-04 17:06:34 +05:30
NotGonnaGitUs 13415ecf03 Modified test to exclude finding challenge later and find user again. 2015-05-04 16:49:04 +05:30
NotGonnaGitUs fafb102530 Is it async causing test to fail? Trying to make waterfall work. 2015-05-04 16:36:20 +05:30
NotGonnaGitUs d69f217d24 Fixed typo. 2015-05-04 16:25:23 +05:30
NotGonnaGitUs bb121df881 Fixed indentation error. 2015-05-04 16:17:56 +05:30
NotGonnaGitUs 8fae71d7ef Updated test to see if it works 2015-05-04 16:07:16 +05:30
NotGonnaGitUs 19c2ae415f Trying out new test to check user balance after creating a challenge with prize. 2015-05-04 15:35:45 +05:30
Joy Clark 4450a5d7c3 Fixes #5094 Now show list based on whether or not a search query is defined. The autocomplete function from the directive is encapsulated so that it can be called and then the query can be set to null. 2015-05-03 18:14:28 +02:00
Blade Barringer e09d4f3a91 Commented out new dailies behavior 2015-05-03 08:21:29 -05:00
Blade Barringer 68aedda3bb Merge branch 'develop' into hairlessbear-cron_dailies_fix 2015-05-02 22:10:58 -05:00
Blade Barringer c81d321366 Checklists should reset even when resting in the inn 2015-05-02 22:10:26 -05:00
Negue c3b09d8cce test 2nd argument for openModal 2015-05-01 13:55:33 +02:00
sablecliff 8c0ecbd61e Edit from /string/ format to "string" format so that login test passes. 2015-05-01 13:29:40 +10:00
sablecliff 2c65e4df6a Updated the login test to match the new error message 2015-05-01 13:21:12 +10:00
Blade Barringer fbc1a9ae86 Add two unit tests for copyToDo PR 2015-04-30 08:53:14 -05:00
Blade Barringer 0d18738ceb Correct phrasing of test 2015-04-29 08:47:47 -05:00
Blade Barringer 78249122f7 Ignore casing when searching for user name in autocomplete 2015-04-29 08:21:13 -05:00
Blade Barringer 41763d3b78 Add missing semi-colons 2015-04-29 08:05:08 -05:00
Blade Barringer 3a12b5644c Remove out of date comments 2015-04-29 07:57:54 -05:00
Blade Barringer 6e35c45d5f Merge branch 'develop' of github.com:HabitRPG/habitrpg into joyclark-autocomplete_unit_tests 2015-04-29 07:50:33 -05:00
Joy Clark df1c349ea7 Fixing #5706 filtering system messages results in errors. 2015-04-27 23:01:15 +02:00
Joy Clark df91592438 fixing unit tests 2015-04-27 22:55:22 +02:00
Joy Clark 61c9d35215 Merge branch 'chat_match_users' into autocomplete_unit_tests 2015-04-27 22:50:30 +02:00
hairlessbear 2d9707bd39 Added dailies[0].history check and changed array check to' empty' 2015-04-27 13:41:58 -04:00
hairlessbear 7ac2c0c0c4 Made test name more descriptive and added HP expects 2015-04-27 10:49:57 -04:00
hairlessbear 5693386b12 Fixed tests 2015-04-27 00:42:55 -04:00
hairlessbear 4b980c78a1 Made tests more descriptive 2015-04-26 22:49:05 -04:00
hairlessbear 53ff109680 Added tests for Inn functionality 2015-04-26 19:07:11 -04:00
Joy Clark f181787e8b added some unit tests to test the autocomplete controller 2015-04-26 21:38:46 +02:00
Joy Clark f214428411 Improved filter function as described in #5085 and added unit tests. 2015-04-26 17:50:53 +02:00
Blade Barringer 2f4fc8fb88 Put isMemberOfGroup in its own describe block 2015-04-25 17:32:46 -05:00
Blade Barringer ce4535594c refactor joyclark's test 2015-04-25 17:31:40 -05:00
Joy Clark 913afc8f39 #5085 restructured unit tests for AutocompleteCtrl 2015-04-25 23:22:39 +02:00