Skip to content

Commit 9cdff81

Browse files
Rename Selecting elements page to Select elements (#1752)
1 parent d3f6d2a commit 9cdff81

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/sources/next/using-k6-browser/recommended-practices/selecting-elements.md renamed to docs/sources/next/using-k6-browser/recommended-practices/select-elements.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2-
title: 'Selecting elements'
2+
aliases:
3+
- ./selecting-elements # docs/k6/<K6_VERSION>/using-k6-browser/recommended-practices/selecting-elements
4+
title: 'Select elements'
35
description: 'A guide on how to select elements with the browser module.'
46
weight: 03
57
---
68

7-
# Selecting elements
9+
# Select elements
810

911
Selectors are strings that represents a specific DOM element on the page. When writing browser-level tests, it's recommended to use selectors that are robust to avoid test flakiness when the DOM structure changes.
1012

docs/sources/v0.54.x/using-k6-browser/recommended-practices/selecting-elements.md renamed to docs/sources/v0.54.x/using-k6-browser/recommended-practices/select-elements.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2-
title: 'Selecting elements'
2+
aliases:
3+
- ./selecting-elements # docs/k6/<K6_VERSION>/using-k6-browser/recommended-practices/selecting-elements
4+
title: 'Select elements'
35
description: 'A guide on how to select elements with the browser module.'
46
weight: 03
57
---
68

7-
# Selecting elements
9+
# Select elements
810

911
Selectors are strings that represents a specific DOM element on the page. When writing browser-level tests, it's recommended to use selectors that are robust to avoid test flakiness when the DOM structure changes.
1012

0 commit comments

Comments
 (0)