discourse-assign/spec
Alan Guo Xiang Tan 1f24dca1cc
DEV: Fix flaky system tests (#540)
Why this change?

The spec is flaky and it seems to be DB transaction related where after
signing in as a user, the failure screenshot shows that the user has not
been signed in.

What does this change do?

Set `capture_log: true` which will log all ActiveRecord DB statements
execute while running the spec.
2024-01-02 07:37:44 +08:00
..
components FEATURE: allow adding note when bulk assigning topics (#466) 2023-05-02 15:20:44 +05:30
fabricators FIX: Order items properly in user menu 2023-11-09 16:41:48 +01:00
integration DEV: Replace #pluck_first monkey patch with native #pick (#467) 2023-05-09 12:59:41 +08:00
jobs FIX: Display assignments in user menu properly 2023-11-08 15:26:57 +01:00
lib FEATURE: Allow to reassign to same user 2023-11-27 16:17:25 +01:00
models DEV: Rewrite post-migration in pure SQL 2023-11-15 09:50:54 +01:00
requests FIX: Display assignments in user menu properly 2023-11-08 15:26:57 +01:00
serializers DEV: Bump rubocop-discourse and correct violations (#409) 2022-12-23 19:55:31 +00:00
support DEV: Bump rubocop-discourse and correct violations (#409) 2022-12-23 19:55:31 +00:00
system DEV: Fix flaky system tests (#540) 2024-01-02 07:37:44 +08:00
plugin_spec.rb FIX: Display assignments in user menu properly 2023-11-08 15:26:57 +01:00