Skip to content

Commit 1aa31c3

Browse files
authored
Remove the admonition on waitFor (#2115)
This was fixed in v0.45.0 of k6, so we can remove the admonition on all waitFor pages.
1 parent f4796ad commit 1aa31c3

File tree

9 files changed

+0
-63
lines changed
  • docs/sources/k6
    • next/javascript-api/k6-browser/locator
    • v0.54.x/javascript-api/k6-browser/locator
    • v0.55.x/javascript-api/k6-browser/locator
    • v0.56.x/javascript-api/k6-browser/locator
    • v0.57.x/javascript-api/k6-browser/locator
    • v1.0.x/javascript-api/k6-browser/locator
    • v1.1.x/javascript-api/k6-browser/locator
    • v1.2.x/javascript-api/k6-browser/locator
    • v1.3.x/javascript-api/k6-browser/locator

9 files changed

+0
-63
lines changed

docs/sources/k6/next/javascript-api/k6-browser/locator/waitfor.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ description: 'Browser module: locator.waitFor method'
55

66
# waitFor([options])
77

8-
{{< admonition type="caution" >}}
9-
10-
This feature has **known issues**. For details,
11-
refer to [#472](https://github.com/grafana/xk6-browser/issues/472).
12-
13-
{{< /admonition >}}
14-
158
Wait for the element to be in a particular state e.g. `visible`.
169

1710
<TableWithNestedRows>

docs/sources/k6/v0.54.x/javascript-api/k6-browser/locator/waitfor.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ description: 'Browser module: locator.waitFor method'
55

66
# waitFor([options])
77

8-
{{< admonition type="caution" >}}
9-
10-
This feature has **known issues**. For details,
11-
refer to [#472](https://github.com/grafana/xk6-browser/issues/472).
12-
13-
{{< /admonition >}}
14-
158
Wait for the element to be in a particular state e.g. `visible`.
169

1710
<TableWithNestedRows>

docs/sources/k6/v0.55.x/javascript-api/k6-browser/locator/waitfor.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ description: 'Browser module: locator.waitFor method'
55

66
# waitFor([options])
77

8-
{{< admonition type="caution" >}}
9-
10-
This feature has **known issues**. For details,
11-
refer to [#472](https://github.com/grafana/xk6-browser/issues/472).
12-
13-
{{< /admonition >}}
14-
158
Wait for the element to be in a particular state e.g. `visible`.
169

1710
<TableWithNestedRows>

docs/sources/k6/v0.56.x/javascript-api/k6-browser/locator/waitfor.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ description: 'Browser module: locator.waitFor method'
55

66
# waitFor([options])
77

8-
{{< admonition type="caution" >}}
9-
10-
This feature has **known issues**. For details,
11-
refer to [#472](https://github.com/grafana/xk6-browser/issues/472).
12-
13-
{{< /admonition >}}
14-
158
Wait for the element to be in a particular state e.g. `visible`.
169

1710
<TableWithNestedRows>

docs/sources/k6/v0.57.x/javascript-api/k6-browser/locator/waitfor.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ description: 'Browser module: locator.waitFor method'
55

66
# waitFor([options])
77

8-
{{< admonition type="caution" >}}
9-
10-
This feature has **known issues**. For details,
11-
refer to [#472](https://github.com/grafana/xk6-browser/issues/472).
12-
13-
{{< /admonition >}}
14-
158
Wait for the element to be in a particular state e.g. `visible`.
169

1710
<TableWithNestedRows>

docs/sources/k6/v1.0.x/javascript-api/k6-browser/locator/waitfor.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ description: 'Browser module: locator.waitFor method'
55

66
# waitFor([options])
77

8-
{{< admonition type="caution" >}}
9-
10-
This feature has **known issues**. For details,
11-
refer to [#472](https://github.com/grafana/xk6-browser/issues/472).
12-
13-
{{< /admonition >}}
14-
158
Wait for the element to be in a particular state e.g. `visible`.
169

1710
<TableWithNestedRows>

docs/sources/k6/v1.1.x/javascript-api/k6-browser/locator/waitfor.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ description: 'Browser module: locator.waitFor method'
55

66
# waitFor([options])
77

8-
{{< admonition type="caution" >}}
9-
10-
This feature has **known issues**. For details,
11-
refer to [#472](https://github.com/grafana/xk6-browser/issues/472).
12-
13-
{{< /admonition >}}
14-
158
Wait for the element to be in a particular state e.g. `visible`.
169

1710
<TableWithNestedRows>

docs/sources/k6/v1.2.x/javascript-api/k6-browser/locator/waitfor.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ description: 'Browser module: locator.waitFor method'
55

66
# waitFor([options])
77

8-
{{< admonition type="caution" >}}
9-
10-
This feature has **known issues**. For details,
11-
refer to [#472](https://github.com/grafana/xk6-browser/issues/472).
12-
13-
{{< /admonition >}}
14-
158
Wait for the element to be in a particular state e.g. `visible`.
169

1710
<TableWithNestedRows>

docs/sources/k6/v1.3.x/javascript-api/k6-browser/locator/waitfor.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ description: 'Browser module: locator.waitFor method'
55

66
# waitFor([options])
77

8-
{{< admonition type="caution" >}}
9-
10-
This feature has **known issues**. For details,
11-
refer to [#472](https://github.com/grafana/xk6-browser/issues/472).
12-
13-
{{< /admonition >}}
14-
158
Wait for the element to be in a particular state e.g. `visible`.
169

1710
<TableWithNestedRows>

0 commit comments

Comments
 (0)