commit 5071e1bed687f4db07dacfd5571649457668db3c Author: Courtney Zhan Date: Thu Oct 7 08:16:42 2021 +1000 My Posts History accurate after posts are deleted spec/my_posts_spec.rb | 86 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 53 insertions(+), 33 deletions(-) commit dd6a238fdffc54721b05fdd17370d51207710a16 Author: Courtney Zhan Date: Thu Oct 7 08:11:23 2021 +1000 Add basic test for My Post History page pages/new_post_page.rb | 5 +++ spec/my_posts_spec.rb | 61 +++++++++++++++++++++++++++++++++++++ spec/post_filtering_24hours_spec.rb | 4 +-- 3 files changed, 67 insertions(+), 3 deletions(-) commit cae6df1950042da03e4d94fd73b00ea94f971a8b Author: Courtney Zhan Date: Thu Oct 7 07:58:21 2021 +1000 Added hidden posts should not be able to be hidden multiple times spec/hide_posts_spec.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) commit d8026a209e0d9763d1ec3b68e771bc5623285e79 Author: Courtney Zhan Date: Thu Oct 7 00:17:56 2021 +1000 Navbar link name changes spec/post_question_filtering_spec.rb | 2 +- spec/save_posts_spec.rb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) commit 3b998a4ca55b85abd6200d2e2dc5412473de5afc Author: Courtney Zhan Date: Thu Oct 7 00:13:20 2021 +1000 Cannot save the same post multiple times spec/save_posts_spec.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) commit 6c074f0c4fe503f801f801946aadbe93270a949c Author: Courtney Zhan Date: Thu Oct 7 00:11:24 2021 +1000 Removed searching as guest as guest cannot access search bar anymore spec/search_guest_spec.rb | 57 ----------------------------------------------- 1 file changed, 57 deletions(-) commit a7059af2eebe961f179ad3548ebc91c494537ec9 Author: Courtney Zhan Date: Thu Oct 7 00:10:40 2021 +1000 Updated navbar links spec/post_question_filtering_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 950302448aad188aec7f6ffb5127a1ef95947ec1 Author: Courtney Zhan Date: Thu Oct 7 00:00:47 2021 +1000 Saved posts from post listpage spec/save_posts_spec.rb | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-)