Skip to content

Commit 9561da2

Browse files
committed
docs: fix info about wait-commands
1 parent eb24967 commit 9561da2

File tree

8 files changed

+0
-40
lines changed

8 files changed

+0
-40
lines changed

docs/commands/element/waitForClickable.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ import Admonition from "@theme/Admonition";
66

77
Use the `waitForClickable` command to wait until an element becomes clickable or unclickable within a specified number of milliseconds.
88

9-
<Admonition type="warning">
10-
Unlike other element commands, Testplane will not wait for the element to exist before executing
11-
this command.
12-
</Admonition>
13-
149
## Usage {#usage}
1510

1611
```javascript

docs/commands/element/waitForDisplayed.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ import Admonition from "@theme/Admonition";
66

77
Use the `waitForDisplayed` command to wait until an element becomes displayed or not displayed within a specified number of milliseconds.
88

9-
<Admonition type="warning">
10-
Unlike other element commands, Testplane will not wait for the element to exist before executing
11-
this command.
12-
</Admonition>
13-
149
## Usage {#usage}
1510

1611
```javascript

docs/commands/element/waitForEnabled.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ import Admonition from "@theme/Admonition";
66

77
Use the `waitForEnabled` command to wait until an element becomes enabled or disabled within a specified number of milliseconds.
88

9-
<Admonition type="warning">
10-
Unlike other element commands, Testplane will not wait for the element to exist before executing
11-
this command.
12-
</Admonition>
13-
149
## Usage {#usage}
1510

1611
```javascript

docs/commands/element/waitForExist.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ Use the `waitForExist` command to wait until an element appears in the DOM withi
88

99
The command returns `true` if the selector matches at least one element existing in the DOM; otherwise, it throws an error. If the `reverse` parameter is set to `true`, the command reverses its logic and returns `true` if the selector matches no elements.
1010

11-
<Admonition type="warning">
12-
Unlike other element commands, Testplane will not wait for the element to exist before executing
13-
this command.
14-
</Admonition>
15-
1611
## Usage {#usage}
1712

1813
```javascript

i18n/ru/docusaurus-plugin-content-docs/current/commands/element/waitForClickable.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ import Admonition from "@theme/Admonition";
66

77
Используйте команду `waitForClickable`, чтобы подождать, пока элемент в течение указанного количества миллисекунд не станет кликабельным или не кликабельным.
88

9-
<Admonition type="warning">
10-
В отличие от других команд элемента, testplane не будет дожидаться существования элемента, чтобы
11-
выполнить эту команду.
12-
</Admonition>
13-
149
## Использование {#usage}
1510

1611
```javascript

i18n/ru/docusaurus-plugin-content-docs/current/commands/element/waitForDisplayed.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ import Admonition from "@theme/Admonition";
66

77
Используйте команду `waitForDisplayed`, чтобы подождать, пока элемент в течение указанного количества миллисекунд не станет отображаемым или не отображаемым.
88

9-
<Admonition type="warning">
10-
В отличие от других команд элемента, testplane не будет дожидаться существования элемента, чтобы
11-
выполнить эту команду.
12-
</Admonition>
13-
149
## Использование {#usage}
1510

1611
```javascript

i18n/ru/docusaurus-plugin-content-docs/current/commands/element/waitForEnabled.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ import Admonition from "@theme/Admonition";
66

77
Используйте команду `waitForEnabled`, чтобы подождать, пока элемент в течение указанного количества миллисекунд не станет включенным _(enabled)_ или отключенным _(disabled)_.
88

9-
<Admonition type="warning">
10-
В отличие от других команд элемента, testplane не будет дожидаться существования элемента, чтобы
11-
выполнить эту команду.
12-
</Admonition>
13-
149
## Использование {#usage}
1510

1611
```javascript

i18n/ru/docusaurus-plugin-content-docs/current/commands/element/waitForExist.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ import Admonition from "@theme/Admonition";
88

99
Команда возвращает значение `true`, если селектор соответствует хотя бы одному элементу, существующему в DOM, в противном случае выдает ошибку. Если параметр `reverse` имеет значение `true`, то команда поменяет логику и вернет значение `true`, если селектор не соответствует ни одному элементу.
1010

11-
<Admonition type="warning">
12-
В отличие от других команд элемента, testplane не будет дожидаться существования элемента, чтобы
13-
выполнить эту команду.
14-
</Admonition>
15-
1611
## Использование {#usage}
1712

1813
```javascript

0 commit comments

Comments
 (0)