We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ProjectsPageTest
1 parent 247ac5f commit d5d514aCopy full SHA for d5d514a
1 file changed
tests/Browser/Pages/ProjectsPageTest.php
@@ -220,7 +220,7 @@ public function testShowsDateOfLastSubmission(): void
220
'siteid' => $this->site->id,
221
'name' => Str::uuid()->toString(),
222
'uuid' => Str::uuid()->toString(),
223
- 'submittime' => Carbon::now()->subWeek(),
+ 'submittime' => Carbon::now()->subWeek()->subHour(),
224
]);
225
226
$this->browse(function (Browser $browser): void {
0 commit comments