We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfcbbb commit 6f62153Copy full SHA for 6f62153
gatsby-node.js
@@ -1675,6 +1675,11 @@ const createRedirects = ({ actions }) => {
1675
toPath: '/using-k6-browser/recommended-practices/selecting-elements/',
1676
isPermanent: true,
1677
});
1678
+ createRedirect({
1679
+ fromPath: '/using-k6-browser/examples/page-object-model/',
1680
+ toPath: '/using-k6-browser/recommended-practices/page-object-model/',
1681
+ isPermanent: true,
1682
+ });
1683
1684
const redirects = {
1685
'/javascript-api/k6-http/cookiejar-k6-http/':
0 commit comments