discourse-assign/spec/system
Alan Guo Xiang Tan 87e74f7948
DEV: Capture logs for all tests in `spec/system/assign_topic_spec.rb` (#542)
Why this change?

We have been getting flaky test failures from these specs and the
failure screenshot shows that the user is not logged in when it is
supposed to be. Futher investigation shows that when the test flakes, it
is because the request to view the topic is using an auth token that is
different from the one which was created when the user was signed in.

What does this change do?

1. Add the `capture_log` metadata to all the tests in this file.

2. Enables the `verbose_auth_token_logging` site setting to give us more
   debugging information in the logs.
2024-01-04 11:18:53 +08:00
..
page_objects DEV: Update tests for core change (#525) 2023-11-15 09:23:36 +00:00
assign_topic_spec.rb DEV: Capture logs for all tests in `spec/system/assign_topic_spec.rb` (#542) 2024-01-04 11:18:53 +08:00
user_menu_spec.rb FIX: Order items properly in user menu 2023-11-09 16:41:48 +01:00