not->toContain('Capabilities:') ->not->toContain('normalizeCapabilities'); }); it('shows server update error messages returned by the v5 api', function () { $clustersPage = file_get_contents(resource_path('js/v5/Pages/Clusters.tsx')); expect($clustersPage) ->toContain("payload?.message ?? 'Unable to update this server. Please try again.'"); });