mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 10:23:30 +00:00
fix(domains): preserve ports in split URL inputs (#11328)
This commit is contained in:
@@ -11,11 +11,11 @@ it('uses the shared split URL input without a Livewire blur request', function (
|
||||
|
||||
expect($createView)
|
||||
->not->toContain('wire:model.blur="endpoint"')
|
||||
->toContain('<x-forms.domain-input id="endpoint"')
|
||||
->toContain('<x-forms.domain-input id="endpointParts"')
|
||||
->toContain('host-label="Host"')
|
||||
->toContain('host-placeholder="minio.internal or 192.168.1.50"')
|
||||
->and($editView)
|
||||
->toContain('<x-forms.domain-input id="endpoint"')
|
||||
->toContain('<x-forms.domain-input id="endpointParts"')
|
||||
->toContain('@can(\'update\', $storage)');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user