From 1c70d99587e40effb878ac07cd0195af53b46a04 Mon Sep 17 00:00:00 2001 From: Dan Grebb Date: Wed, 11 Oct 2023 01:39:07 -0400 Subject: [PATCH] test(backstop): updates test wait times for pagescroll --- _ci/backstop/scenarios/cats/cats_select_all_category.js | 2 +- _ci/backstop/scenarios/post/post_aside_toc_click.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_ci/backstop/scenarios/cats/cats_select_all_category.js b/_ci/backstop/scenarios/cats/cats_select_all_category.js index eef761630..5021a875f 100644 --- a/_ci/backstop/scenarios/cats/cats_select_all_category.js +++ b/_ci/backstop/scenarios/cats/cats_select_all_category.js @@ -9,7 +9,7 @@ module.exports = { onReadyScript: 'playwright/onReadyCats.js', clickSelector: '.aside .page-navigation ul.page-navigation-list .page-navigation-category-all a', - postInteractionWait: 1000, + postInteractionWait: 2000, selectors: ['viewport'], selectorExpansion: false, misMatchThreshold: 0.2, diff --git a/_ci/backstop/scenarios/post/post_aside_toc_click.js b/_ci/backstop/scenarios/post/post_aside_toc_click.js index 87cedaa1e..2fdad2f55 100644 --- a/_ci/backstop/scenarios/post/post_aside_toc_click.js +++ b/_ci/backstop/scenarios/post/post_aside_toc_click.js @@ -6,7 +6,7 @@ module.exports = { url: POST_URL, viewports: aboveSmallViewports, clickSelector: '.post .aside .page-navigation-list a[href="#what"]', - postInteractionWait: 800, + postInteractionWait: 2000, selectors: ['viewport'], selectorExpansion: false, misMatchThreshold: 0.2,