From 5c79b571d96957dbfb65baff8ebf6567dfbd25e0 Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Tue, 8 Aug 2023 09:50:46 -0600 Subject: [PATCH] animation-delay moved to be configurable, so we don't need to account for it anymore --- script/puppeteer-tests.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/puppeteer-tests.js b/script/puppeteer-tests.js index 9a907cf1..05679945 100644 --- a/script/puppeteer-tests.js +++ b/script/puppeteer-tests.js @@ -180,8 +180,8 @@ describe("UI tests", function () { }; const waitForInitialAnimation = { - // animation-delay + animation-duration in Mark's labelState animations - Block: 700, + // animation-duration in Mark's labelState animations + Block: 300, }; const specialProcessing = {