toContain('title="Database backups"') ->toContain('Schedules') ->toContain('Enabled') ->toContain('Total executions') ->toContain('application-settings-form flex min-w-0 flex-col gap-6') ->and($schedules) ->toContain('placeholder="Search backups"') ->toContain('data-table overflow-hidden rounded-xl border') ->toContain('Manage') ->and($component)->toContain("withCount('executions')"); }); it('returns from database backup settings to the database', function () { $sidebar = file_get_contents(resource_path('views/components/backup-sidebar.blade.php')); expect($sidebar) ->toContain("'back' => 'project.database.configuration'") ->toContain("'Back to database'") ->toContain("except('backup_uuid')"); });