trichoplax

Results 122 comments of trichoplax

Thanks for confirming. Now that I've merged your changes back in I can see that the nil post_type problem seems to be fixed (thank you!) and the screenshots suggest a...

Running the tests locally does not result in the problem of standard_user already being signed in for the basic_user test. The screenshot shows basic_user signed in as intended, but now...

> Also it seems like system test 3.1 and 3.2 differ in that only the 3.1 test has the "already logged in" error displayed if I am not mistaken? Oh...

I added a test to see what basic_user sees in Main, but this time with a log_out before attempting to log_in. This gives a screenshot of a plain white page...

After you added log_out on teardown, I still saw the blank white page for the test that tries to log_out before seeing what basic_user sees, for CI on both 3.1...

The tests run in a random order each time, so if behaviour is inconsistent it suggests there is still state being carried over from one test to the next.

The screenshot for `test_temporary_test_to_analyse_CI_failures_what_does_basic_user_see_in_main_with_log_out_first` was still showing blank (just plain white) for CI and local. After adding a page visit before trying to log out, it now shows a logged...

There is also a new failure on CI 3.1 (not failing on CI 3.2 or locally). It's `test_Creating_a_question_is_blocked_when_body_is_too_short` and it says: ```text ActiveRecord::RecordNotFound: Couldn't find Post with 'id'=1015078639 [WHERE `posts`.`community_id`...

The older test `test_temporary_test_to_analyse_CI_failures_what_does_basic_user_see_in_main` without trying to log out first now works and fails with a screenshot showing basic_user signed in. Locally it shows that basic_user sees 7 posts as...

Now that CircleCI is back up I have merged in `develop` and the tests now show basic_user sees zero posts in Main even locally (previously locally 7 were showing correctly).