visit(BASE_URL . '/om-oss') ->assertSee('Vår historie'); }); it('about page mentions the organization name', function () { $this->visit(BASE_URL . '/om-oss') ->assertSourceHas('Stopp lidelsen'); }); it('privacy page loads with correct heading', function () { $this->visit(BASE_URL . '/personvern') ->assertSee('Personvernerklæring'); }); it('contact page loads with content', function () { $this->visit(BASE_URL . '/kontakt') ->assertSourceHas('visit(BASE_URL . '/brosjyrer') ->assertSee('Brosjyrer'); }); it('articles section loads', function () { $this->visit(BASE_URL . '/artikler') ->assertSourceHas('visit(BASE_URL . '/artikler/pasientinfo') ->assertSee('pasienter'); }); it('homepage shows goals section heading', function () { $this->visit(BASE_URL . '/') ->assertSee('oppnå'); }); it('homepage shows intro text about the organization', function () { $this->visit(BASE_URL . '/') ->assertSee('frivillig'); });