livewire(ListRoles::class)
->assertTableColumnFormattedStateSet('name', $record->name, record: $record); // Object of class App\Enums\Role could not be converted to string
livewire(ListRoles::class)
->assertTableColumnFormattedStateSet('name', $record->name->value, record: $record); // Failed asserting that a table column with name [name] has a formatted state of [foo] for recordto string
livewire(ListRoles::class)
->assertTableColumnFormattedStateSet('name', $record->name, record: $record); // Object of class App\Enums\Role could not be converted to string
livewire(ListRoles::class)
->assertTableColumnFormattedStateSet('name', $record->name->value, record: $record); // Failed asserting that a table column with name [name] has a formatted state of [foo] for recordto string