From c12a4ffb8d11ba82151afdb815b766a268284e2d Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Thu, 18 Apr 2024 18:57:13 -0400 Subject: [PATCH] Switch representative test --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 238d21c095..67f3547fce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -217,9 +217,9 @@ RUN \ RUN \ /etc/init.d/xvfb start \ && \ - make test-web-ConfigPanel -C /opt/Empirical/tests/web \ + make test-web-Element -C /opt/Empirical/tests/web \ && \ - make test-native-ConfigPanel -C /opt/Empirical/tests/web \ + make test-native-Element -C /opt/Empirical/tests/web \ && \ make test-vector -C /opt/Empirical/tests/base \ && \