diff --git a/tests/System/APITest.php b/tests/System/APITest.php
index efc51af..4b8ee36 100644
--- a/tests/System/APITest.php
+++ b/tests/System/APITest.php
@@ -71,7 +71,7 @@ public function test_getTranslatableTypes($api)
$apiOutputIsMissingMetricChanges = version_compare(Version::VERSION, '5.2.0-b6', '<');
$testSuffix = 'API.getReportMetadata' == $api && $apiOutputIsMissingMetricChanges ? '_Old' : '';
- $testSuffix = in_array($api, ['API.getReportPagesMetadata', 'API.getWidgetMetadata']) && version_compare(Version::VERSION, '5.0.0-rc5', '<=') ? '_Old' : $testSuffix;
+ $testSuffix = in_array($api, ['API.getReportPagesMetadata', 'API.getWidgetMetadata']) && version_compare(Version::VERSION, '5.9.0-b1', '<') ? '_Old' : $testSuffix;
$this->runAnyApiTest($api, '', $params, array('testSuffix' => $testSuffix, 'xmlFieldsToRemove' => array('imageGraphUrl', 'imageGraphEvolutionUrl')));
}
diff --git a/tests/System/expected/test___API.getReportPagesMetadata_.xml b/tests/System/expected/test___API.getReportPagesMetadata_.xml
index 0046056..bb151e6 100644
--- a/tests/System/expected/test___API.getReportPagesMetadata_.xml
+++ b/tests/System/expected/test___API.getReportPagesMetadata_.xml
@@ -1663,6 +1663,37 @@
+
+ General_Visitors.CoreHome_Segments
+
+ General_Visitors
+ Visitors
+ 5
+ icon-reporting-visitors
+ <p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p>
+
+
+
+ CoreHome_Segments
+ Segments
+ 99
+
+
+
+
+ Segments
+ SegmentEditor
+ manageSegments
+ 99
+
+ SegmentEditor
+ manageSegments
+
+ widgetSegmentEditormanageSegments
+ 0
+
+
+
Dashboard_Dashboard.1
diff --git a/tests/UI/expected-screenshots/CustomTranslationReporting_menu_loaded_visitors.png b/tests/UI/expected-screenshots/CustomTranslationReporting_menu_loaded_visitors.png
index 078307a..8072083 100644
Binary files a/tests/UI/expected-screenshots/CustomTranslationReporting_menu_loaded_visitors.png and b/tests/UI/expected-screenshots/CustomTranslationReporting_menu_loaded_visitors.png differ