summaryrefslogtreecommitdiffstats
path: root/spec/support
AgeCommit message (Expand)Author
2024-06-19Add `match_json_values` and use in AP worker specs (#30720)Matt Jankowski
2024-06-19Stop calling Webpacker in full-stack tests (#30763)Claire
2024-06-03Use existing config access to `local_domain` value (#30509)Matt Jankowski
2024-05-10Consolidate system specs into single directory, use rspec tags for configurat...Matt Jankowski
2024-04-02Update dependency selenium-webdriver to v4.19.0 (#29776)renovate[bot]
2024-03-15Add `include_pagination_headers` matcher to check `Link` header in api specs ...Matt Jankowski
2024-02-27Add basic end-to-end test for admin moderation interface (#29424)Claire
2024-02-27Use "cacheable response" shared example in more places (#29419)Matt Jankowski
2024-02-22Change registrations to be disabled by default for new servers (#29280)Claire
2024-02-07Add common `ThreadingHelper` module for specs (#29116)Matt Jankowski
2024-02-01Configure selenium to use Chrome version 120 (#29038)Matt Jankowski
2024-01-30Fix `Style/NumericLiterals` cop in ProfileStories support module (#28971)Matt Jankowski
2024-01-26Combine repeated subject in `cacheable response` shared example (#28945)Matt Jankowski
2024-01-15Use top-level `warn` in JS errors check (#28745)Matt Jankowski
2024-01-12Add JS console errors check (#28682)Matt Jankowski
2024-01-11Move streaming `around` config into manager class (#28684)Matt Jankowski
2024-01-10Extract capybara config and improve headless_chrome driver config (#28681)Matt Jankowski
2024-01-04Fix `Capybara/ClickLinkOrButtonStyle` cop in spec/features (#28576)Matt Jankowski
2023-12-07Formalize some patterns in cli specs (#28255)Matt Jankowski
2023-12-01Fix `Style/SuperWithArgsParentheses` cop (#28174)Matt Jankowski
2023-12-01Add shared example for CLI command specs (#28165)Matt Jankowski
2023-11-17Configure elastic search integration with rspec tag (#27882)Matt Jankowski
2023-11-08Move RSpec config for streaming/search managers to be near classes (#27761)Matt Jankowski
2023-11-07Move search and streaming spec manager classes to separate support files (#27...Matt Jankowski
2023-11-06Fix `RSpec/MetadataStyle` cop in spec/ (#27729)Matt Jankowski
2023-10-17Update `rubocop-capybara` to version 2.19.0 (#26982)Matt Jankowski
2023-10-16Extract shared example for cacheable response in specs (#25388)Matt Jankowski
2023-10-13Move `SignedReqestHelpers` rspec config to separate file (#25453)Matt Jankowski
2023-07-28Add end-to-end (system) tests (#25461)Renaud Chaput
2023-07-25Coverage for `Auth::OmniauthCallbacks` controller (#26147)Matt Jankowski
2023-07-20Move localized subject mailer shared example to separate file (#25889)Matt Jankowski
2023-06-14Extract shared examples from api specs (#25387)Matt Jankowski
2023-06-13Remove unused shared examples for scoped settings (#25389)Matt Jankowski
2023-06-12Enable paperclip for account attachment examples (#25381)Matt Jankowski
2023-06-10Disable paperclip processing in specs (#25359)Matt Jankowski
2023-04-07Expand coverage for "system checks" (#24216)Matt Jankowski
2023-03-16Autofix Rubocop Style/PreferredHashMethods (#23851)Nick Schonning
2023-02-22Enable Style/FrozenStringLiteralComment for specs (#23790)Nick Schonning
2023-02-20Autofix Rubocop RSpec/BeEq (#23740)Nick Schonning
2023-02-18Autofix Rubocop Style/IfUnlessModifier (#23697)Nick Schonning
2023-02-18Run rubocop formatting except line length (#23632)Nick Schonning
2022-12-15Validate nodeinfo response by schema (#21395)Meisam
2022-03-06Spelling (#17705)Josh Soref
2022-02-24fix #17601 change `:keys` to `:attribute_names` (#17637)Sumak
2020-01-04Fix base64-encoded file uploads not being possible (#12748)Eugen Rochko
2020-01-03Add feature test that tests behaviour of profile name and bio (#12658)Bèr Kessels
2017-11-17Remove empty strings (#5732)ysksn
2017-06-22Some minor change and spec for Account (#3813)Akihiko Odaki (@fn_aki@pawoo.net)
2017-06-04Spec ScopedSettings (#3559)Akihiko Odaki (@fn_aki@pawoo.net)
2017-04-05add more tests to modelsSamy KACIMI