discourse-assign/spec
Alan Guo Xiang Tan eb3b97b834
DEV: Try to make system tests more stable (#492)
Why this change?

We have been seeing tests failures due to errors like

```
Capybara::ElementNotFound:
  Unable to find css "#topic-footer-button-assign"
```

when running our system tests in CI. However, I can't quite figure out
why that is happening and have invested way too much time to do so.
Therefore, I'm trying to fix this by closing a topic via the topic
timeline controls instead of the footer button instead.
2023-07-12 08:31:24 +08:00
..
components FEATURE: allow adding note when bulk assigning topics (#466) 2023-05-02 15:20:44 +05:30
fabricators FIX: Sum assignments for group and group users (#482) 2023-07-03 10:58:46 +08:00
integration DEV: Replace #pluck_first monkey patch with native #pick (#467) 2023-05-09 12:59:41 +08:00
jobs UX: Rephrase notification message (#417) 2023-01-03 21:25:13 +01:00
lib FEATURE: skip group invite if all members can see topic already. (#474) 2023-05-27 22:29:38 +05:30
models FIX: Sum assignments for group and group users (#482) 2023-07-03 10:58:46 +08:00
requests DEV: Fix incorrect fabrication leading to index violation errors (#488) 2023-07-06 07:30:41 +08: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: Try to make system tests more stable (#492) 2023-07-12 08:31:24 +08:00
plugin_spec.rb DEV: Bump rubocop-discourse and correct violations (#409) 2022-12-23 19:55:31 +00:00