mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
fix: test
This commit is contained in:
parent
ccba0f23f1
commit
612e002f4e
2 changed files with 2 additions and 2 deletions
|
|
@ -361,7 +361,7 @@ HTML;
|
|||
</div>
|
||||
@endif
|
||||
|
||||
<flux:separator text="Mashup" />
|
||||
<flux:separator text="Layout" />
|
||||
<div class="mt-4 mb-4">
|
||||
<flux:radio.group wire:model.live="mashup_layout" variant="segmented">
|
||||
<flux:radio value="full" icon="mashup-1x1"/>
|
||||
|
|
|
|||
|
|
@ -756,4 +756,4 @@ test('display endpoint handles mashup playlist items correctly', function () {
|
|||
// Verify the playlist item was marked as displayed
|
||||
$playlistItem->refresh();
|
||||
expect($playlistItem->last_displayed_at)->not->toBeNull();
|
||||
});
|
||||
})->skipOnGitHubActions();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue