Skip to content

Commit

Permalink
Clean test_panel_config_with_administrator_session
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierViret committed Mar 1, 2024
1 parent 9fc8ee6 commit 86a00fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/orif/common/Views/AdminMenuTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@ public function test_panel_config_with_administrator_session()

// With admin session, try to display the content of each admin tab
$adminTabs = config('\Common\Config\AdminPanelConfig')->tabs;
//dd(lang($adminTabs[0]['title']));

foreach ($adminTabs as $adminTab) {
$result = $this->withSession()->get($adminTab['pageLink']);

// Assertions
$response = $result->response();
//dd($response);
$body = $response->getBody();
$result->assertSee(lang($adminTab['title']));
}
Expand Down

0 comments on commit 86a00fe

Please sign in to comment.