diff --git a/_ci/backstop/scenarios/cats/cats_navigate_from_post.js b/_ci/backstop/scenarios/cats/cats_navigate_from_post.js index e459664af..a0e12ca4c 100644 --- a/_ci/backstop/scenarios/cats/cats_navigate_from_post.js +++ b/_ci/backstop/scenarios/cats/cats_navigate_from_post.js @@ -6,7 +6,7 @@ module.exports = { url: POST_URL, viewports: aboveSmallViewports, onReadyScript: 'playwright/onReadyCats.js', - clickSelector: '.post-aside a[href="/posts/category/development/"]', + clickSelector: '.post .aside a[href="/posts/category/development/"]', postInteractionWait: 1000, selectors: ['document'], selectorExpansion: false, diff --git a/_ci/backstop/scenarios/cats/cats_select_tests_category.js b/_ci/backstop/scenarios/cats/cats_select_tests_category.js index 93b19dcaf..bd1282f9d 100644 --- a/_ci/backstop/scenarios/cats/cats_select_tests_category.js +++ b/_ci/backstop/scenarios/cats/cats_select_tests_category.js @@ -5,7 +5,7 @@ module.exports = { label: 'Cats - Select "Tests" Category', url: CATS_URL, viewports: aboveSmallViewports, - clickSelector: '.category-aside a[href="/posts/category/tests/"]', + clickSelector: '.category .aside a[href="/posts/category/tests/"]', postInteractionWait: 1000, selectors: ['viewport'], selectorExpansion: false, diff --git a/_ci/backstop/scenarios/post/post_aside_toc_active.js b/_ci/backstop/scenarios/post/post_aside_toc_active.js index affa4033c..507fc815a 100644 --- a/_ci/backstop/scenarios/post/post_aside_toc_active.js +++ b/_ci/backstop/scenarios/post/post_aside_toc_active.js @@ -7,7 +7,7 @@ module.exports = { url: POST_URL, viewports: aboveSmallViewports, delay: 500, - selectors: ['.post-aside'], + selectors: ['.post .aside'], selectorExpansion: false, misMatchThreshold: 0.2, requireSameDimensions: false, diff --git a/_ci/backstop/scenarios/post/post_aside_toc_click.js b/_ci/backstop/scenarios/post/post_aside_toc_click.js index 52793e088..ab5bd7745 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="#step-2-caesar-dressing-the-holy-grail-of-salad-sauces"]', + '.post .aside .page-navigation-list a[href="#step-2-caesar-dressing-the-holy-grail-of-salad-sauces"]', postInteractionWait: 800, selectors: ['viewport'], selectorExpansion: false,