From 7f84b8e9dc05426a68e6c8b438e525c3f772bf94 Mon Sep 17 00:00:00 2001 From: Jon Robson Date: Sun, 6 Apr 2025 20:06:11 -0700 Subject: [PATCH] Fix Math tests * Use a more recent seed data * Set selector so that the entire page is tested --- Dockerfile.database | 2 +- config/configDesktop.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile.database b/Dockerfile.database index 7d70823..7b47c0f 100644 --- a/Dockerfile.database +++ b/Dockerfile.database @@ -2,7 +2,7 @@ FROM mariadb:10.11.8 COPY src/seedDb.sh /docker-entrypoint-initdb.d/ -ARG database="database_2025-02-12_16-49-46-0600(CST).tar.gz" +ARG database="database_2025-04-06_20-02-22-0700(PDT).tar.gz" RUN apt-get update && apt-get install -y \ curl \ diff --git a/config/configDesktop.js b/config/configDesktop.js index f740322..53d228f 100644 --- a/config/configDesktop.js +++ b/config/configDesktop.js @@ -262,7 +262,8 @@ const tests = [ }, { label: 'MathML (#vector-2022)', - path: '/wiki/MathTestNative' + path: '/wiki/MathTestNative', + selectors: [] } ];