Skip to content
Snippets Groups Projects
Commit 738036cc authored by catch's avatar catch
Browse files

Issue #3444745 by catch: Navigation Top Bar hides entity local tasks even if...

Issue #3444745 by catch: Navigation Top Bar hides entity local tasks even if the user has no access to the bar - follow-up to fix new test
parent 51ae0389
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ public function testLogin(): void {
$recorded_queries = $performance_data->getQueries();
$this->assertSame($expected_queries, $recorded_queries);
$this->assertSame(4, $performance_data->getQueryCount());
$this->assertSame(60, $performance_data->getCacheGetCount());
$this->assertSame(61, $performance_data->getCacheGetCount());
$this->assertSame(2, $performance_data->getCacheSetCount());
$this->assertSame(0, $performance_data->getCacheDeleteCount());
$this->assertSame(2, $performance_data->getCacheTagChecksumCount());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment