diff --git a/tests/test_dashboard_creation.py b/tests/test_dashboard_creation.py
index 879ed5dfea0d04905e59ed3aeeb28ec6616d90a0..fd75b2e4b51df21d8ebfd2dd1637e82250b941bd 100644
--- a/tests/test_dashboard_creation.py
+++ b/tests/test_dashboard_creation.py
@@ -5,6 +5,7 @@ from dashboards.dashboard_base import (get_commit_annotation,
                                        get_dashboard_variable_query,
                                        get_influx_target)
 from dashboards.dashboard_list import dashboard_uniformGridGPU
+from dashboards.dashboard_fe2ti import dashboard_fe2ti
 from dashboards.influx_queries import Query, show_tag_values
 
 dataSource = 'InfluxDB-1'
@@ -79,3 +80,7 @@ dashboard = Dashboard(
 
 def test_build_dashboard():
     assert dashboard_uniformGridGPU() == dashboard
+
+
+def Test_dashboard_fe2ti():
+    dashboard_fe2ti()