dishplanner/tests/Browser/Dishes/CreateDishTest.php

9 lines
187 B
PHP
Raw Normal View History

<?php
it('can access the dishes page', function () {
loginAndGoToDishes()
->assertPathIs('/dishes')
->assertSee('MANAGE DISHES')
->assertSee('Add Dish');
});