Jarek Radosz
587264f9d2
DEV: Remove extraneous spec code ( #29386 )
...
namely `js: true`, requiring `rails_helper`, and default `freeze_time` args
2024-10-24 14:15:32 +02:00
Natalie Tay
278ae6e5fd
DEV: Try until success for clipboard copies ( #27986 )
2024-07-19 19:44:10 +08:00
Martin Brennan
4e6d4193ea
DEV: Fix spec for post menu ( #25100 )
...
Followup to b92993fcee
I ran out of time to get this working for that fix,
also here I am making the post.url method have parity
with post.shareUrl in JS, which omits the post number
for the first post.
2024-01-03 16:55:08 +10:00
Martin Brennan
b92993fcee
FIX: Post copy link not working ( #25086 )
...
Followup to c6cb319671
,
the actionCallback function was double-wrapped with () => {}
which meant that copyClipboard did not return a promise.
2024-01-02 19:23:41 +10:00