[fuchsia] Adds back fuchsia as a desktop platform

system_health.memory_desktop cannot run without this.

Bug: chromium:1268232
Change-Id: Ieb95f7f285b288d7d68453198340984f5d45b3de
Reviewed-on: https://chromium-review.googlesource.com/c/catapult/+/3276698
Reviewed-by: Brian Sheedy <bsheedy@chromium.org>
Commit-Queue: Rohan Pavone <rohpavone@chromium.org>
diff --git a/telemetry/telemetry/story/expectations.py b/telemetry/telemetry/story/expectations.py
index c3e8895..0fe77a7 100644
--- a/telemetry/telemetry/story/expectations.py
+++ b/telemetry/telemetry/story/expectations.py
@@ -207,8 +207,7 @@
 ALL_ANDROID = _TestConditionByPlatformList(['android'], 'Android')
 # Fuchsia setup, while similar to mobile, renders, Desktop pages.
 ALL_DESKTOP = _TestConditionByPlatformList(
-    ['mac', 'linux', 'win', 'chromeos', 'fuchsia-board-astro',
-     'fuchsia-board-sherlock'], 'Desktop')
+    ['mac', 'linux', 'win', 'chromeos', 'fuchsia'], 'Desktop')
 ALL_MOBILE = _TestConditionByPlatformList(['android'], 'Mobile')
 ANDROID_NEXUS5 = _TestConditionByAndroidModel('Nexus 5')
 _ANDROID_NEXUS5X = _TestConditionByAndroidModel('Nexus 5X')