Hello, it is my redic problem in that when you do tests with a user who does not have permissions, ak runs my test only passes the one that cannot create but those to update and but it does not happen because this error is due
namespace Tests\Feature;
use App\User;
use NovaTesting\NovaAssertions;
use Illuminate\Support\Facades\Config;
use Tests\TestCase;
class UserNovaTest extends TestCase
{
use NovaAssertions;
Hello, it is my redic problem in that when you do tests with a user who does not have permissions, ak runs my test only passes the one that cannot create but those to update and but it does not happen because this error is due
namespace Tests\Feature;
use App\User; use NovaTesting\NovaAssertions; use Illuminate\Support\Facades\Config; use Tests\TestCase;
class UserNovaTest extends TestCase { use NovaAssertions;
}