Skip to content

Commit

Permalink
test(backstop): fixes mininav active onload test and updates local refs
Browse files Browse the repository at this point in the history
gp
  • Loading branch information
dgrebb committed Oct 18, 2023
1 parent 356e39e commit ee6e17e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
const { URL, upToMediumViewports } = require('../vars');
const POST_URL = `${URL}/post/hello-world/#what/?roboto`;
const POST_URL = `${URL}/post/hello-world/?roboto#what`;

module.exports = {
label: 'Post - Mobile Mininav TOC Active Onload',
url: POST_URL,
viewports: upToMediumViewports,
onReadyScript: 'playwright/onReadyPosts.js',
delay: 333,
clickSelector: '.page-navigation.mini .page-navigation-toggle',
postInteractionWait: 1000,
selectors: ['.page-navigation.mini'],
Expand Down

0 comments on commit ee6e17e

Please sign in to comment.