trypost/tests/Feature
Paulo Castellano 0cd5e8f744 fix: update scheduled_at to current time when publishing immediately
When clicking "Publish Now", the scheduled_at was keeping the original
scheduled time while published_at was set to the actual publish time.
This caused confusion in the UI showing different dates.

Now when status is 'publishing', scheduled_at is updated to now() before
dispatching the PublishPost job.
2026-01-26 16:01:14 -03:00
..
Auth feat: improvements on ui 2026-01-21 18:55:33 -03:00
Commands feat: adding tests.. 2026-01-18 21:49:13 -03:00
Controllers fix: tests and improvements on ui 2026-01-21 22:14:35 -03:00
Jobs refactor: use i18n for disconnected account error message 2026-01-26 10:54:29 -03:00
Listeners feat: adding tests.. 2026-01-18 21:49:13 -03:00
Middleware feat: adding tests.. 2026-01-18 21:49:13 -03:00
Services/Social fix: refresh tokens before verifying social connections and fix dark mode 2026-01-26 10:06:54 -03:00
Settings feat: improvements on deleting account. 2026-01-21 19:22:45 -03:00
Social feat: translate billing page and fix flash messages 2026-01-26 12:01:53 -03:00
AcceptInviteControllerTest.php feat: improvements on ui and i18n 2026-01-21 21:33:31 -03:00
BillingControllerTest.php feat: adding tests.. 2026-01-18 20:33:45 -03:00
ExampleTest.php feat: adding tests.. 2026-01-18 20:33:45 -03:00
MediaControllerTest.php fix: tests and improvements on ui 2026-01-21 22:14:35 -03:00
OnboardingControllerTest.php feat: adding tests.. 2026-01-18 20:33:45 -03:00
PostControllerTest.php fix: update scheduled_at to current time when publishing immediately 2026-01-26 16:01:14 -03:00
SocialControllerTest.php feat: adding tests.. 2026-01-18 20:33:45 -03:00
VerifyWorkspaceConnectionsTest.php feat: Implement social connection verification with a new command, job, and service, while removing unused language files and updating Cashier configuration. 2026-01-25 17:28:01 -03:00
WorkspaceControllerTest.php feat: translate billing page and fix flash messages 2026-01-26 12:01:53 -03:00
WorkspaceHashtagControllerTest.php feat: adding tests.. 2026-01-18 20:33:45 -03:00
WorkspaceInviteControllerTest.php feat: improvements on invites 2026-01-20 16:53:54 -03:00
WorkspaceLabelControllerTest.php feat: adding tests.. 2026-01-18 20:33:45 -03:00