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