Skip to content

Commit

Permalink
FIX: AdminTestMenu test correction. Changed 'title' to 'label'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovsiankina committed Apr 16, 2024
1 parent 23d4ce2 commit 369e3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/orif/common/Views/AdminMenuTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function test_panel_config_with_administrator_session()
$result = $this->withSession()->get($adminTab['pageLink']);

// Assertions
$result->assertSee(lang($adminTab['title']));
$result->assertSee(lang($adminTab['label']));
}
}
}

0 comments on commit 369e3f0

Please sign in to comment.