browse(function (Browser $browser) { $this->loginAndGoToDishes($browser); $browser->on(new DishesPage) ->assertSee('MANAGE DISHES') ->assertSee('Add Dish'); }); } // TODO: Moved to separate single-method test files to avoid static planner issues // See: OpenCreateDishModalTest, CreateDishFormValidationTest, CancelDishCreationTest, CreateDishSuccessTest }