Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored and github-actions[bot] committed Oct 17, 2023
1 parent 20b50d0 commit 3ff4bdd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public function can_set_loading_placeholder_status_disabled(): void

}


/** @test */
public function can_set_loading_placeholder_content(): void
{
Expand All @@ -47,8 +46,6 @@ public function can_set_loading_placeholder_content(): void
$this->assertSame('LoadingConfigurationTest - LoadingLoadingLoading', $this->basicTable->getLoadingPlaceholderContent());

}



/** @test */
public function can_set_loading_placeholder_attributes(): void
Expand Down Expand Up @@ -76,7 +73,6 @@ public function can_set_loading_placeholder_icon_attributes(): void

}


/** @test */
public function can_set_loading_placeholder_wrapper_attributes(): void
{
Expand All @@ -88,5 +84,4 @@ public function can_set_loading_placeholder_wrapper_attributes(): void

$this->assertSame(['class' => 'test1234567-wrapper'], $this->basicTable->getLoadingPlaceHolderWrapperAttributes());
}

}
2 changes: 0 additions & 2 deletions tests/Traits/Visuals/LoadingPlaceholderVisualsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Rappasoft\LaravelLivewireTables\Tests\Traits\Visuals;

use Livewire\Livewire;
use Rappasoft\LaravelLivewireTables\Exceptions\DataTableConfigurationException;
use Rappasoft\LaravelLivewireTables\Tests\Http\Livewire\PetsTable;
use Rappasoft\LaravelLivewireTables\Tests\TestCase;

Expand All @@ -17,5 +16,4 @@ public function can_see_placeholder_text(): void
->call('setPerPage', 1)
->assertSeeHtml('<nav role="navigation" aria-label="Pagination Navigation" class="flex items-center justify-between">');
}

}

0 comments on commit 3ff4bdd

Please sign in to comment.