Skip to content

Commit

Permalink
test(backstop): updates test wait times for pagescroll
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Oct 11, 2023
1 parent 391b669 commit 1c70d99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _ci/backstop/scenarios/cats/cats_select_all_category.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion _ci/backstop/scenarios/post/post_aside_toc_click.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1c70d99

Please sign in to comment.