fix(environment-variable): keep delete button compact

This commit is contained in:
Andras Bacsai
2026-07-14 13:58:15 +02:00
parent 34e6a6dd5d
commit 59605fe7d3
2 changed files with 8 additions and 2 deletions
@@ -21,6 +21,12 @@ it('uses distinct keyed branches for the edit value field modes', function () {
->toContain('wire:key="env-show-value-input-{{ $env->id }}"');
});
it('keeps the environment variable delete button compact', function () {
$view = file_get_contents(resource_path('views/livewire/project/shared/environment-variable/show.blade.php'));
expect($view)->not->toContain('buttonFullWidth="true"');
});
it('uses sans font for the developer bulk environment variable editor', function () {
$view = file_get_contents(resource_path('views/livewire/project/shared/environment-variable/all.blade.php'));