discourse/plugins/chat/spec
Joffrey JAFFEUX 7ccc7b75b2
FIX: ensures user with multiple tabs see own reactions (#20759)
Prior to this fix, we wouldn't display reactions done on different tabs. So, if user A was reacting on tab 1, tab 2 wouldn't display this reaction.

Since few weeks ago we now have the guarantee to have uniq reactions on a message which should prevent any duplicate.

This commit also removes various skipped tests related to reactions and makes `sign_in` explicit at the beginning of each test.

<!-- NOTE: All pull requests should have tests (rspec in Ruby, qunit in JavaScript). If your code does not include test coverage, please include an explanation of why it was omitted. -->
2023-03-21 15:25:35 +01:00
..
components/chat DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
fabricators DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
integration DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
jobs DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
lib DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
mailers DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
models DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
queries/chat DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
requests FIX: correctly checks for chat enabled in incoming webhooks controller (#20730) 2023-03-20 09:42:36 +01:00
serializer DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
services/chat DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
support DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
system FIX: ensures user with multiple tabs see own reactions (#20759) 2023-03-21 15:25:35 +01:00
validators DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
plugin_helper.rb DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
plugin_spec.rb DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00