Skip to content

Commit b9f8e87

Browse files
Update page weight
1 parent 121c43c commit b9f8e87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/sources/k6/next/using-k6-browser/recommended-practices/clean-up-test-resources-page-close.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Use Page.close to clean up test resources'
33
description: 'Use Page.close in your browser tests to ensure k6 properly flushes metrics and cleans up resources'
4-
weight: 01
4+
weight: 650
55
---
66

77
# Use Page.close to clean up test resources

docs/sources/k6/next/using-k6-browser/recommended-practices/hybrid-approach-to-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Hybrid approach to performance'
33
heading: 'Hybrid performance with k6 browser'
44
head_title: 'Hybrid performance with k6 browser'
55
description: 'An example on how to implement a hybrid approach to performance with k6 browser'
6-
weight: 200
6+
weight: 100
77
---
88

99
# Hybrid performance with k6 browser

docs/sources/k6/next/using-k6-browser/recommended-practices/prevent-cookie-banners-blocking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Prevent cookie banners from blocking interactions"
33
description: "How to reveal and dismiss cookie banners in k6 browser tests to prevent blocked interactions and improve test reliability."
4-
weight: 100
4+
weight: 350
55
---
66

77
# Prevent cookie banners from blocking interactions

0 commit comments

Comments
 (0)