Skip to content

Commit 7d64cc0

Browse files
author
DavertMik
committed
updated docs
1 parent 0b6ce74 commit 7d64cc0

File tree

3 files changed

+2329
-1822
lines changed

3 files changed

+2329
-1822
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This release introduces major new features and internal refactoring. It is an im
66

77
### 🔥 **Native Element Functions**
88

9-
A new [Els API](./els) for direct element interactions has been introduced. This API provides low-level element manipulation functions for more granular control over element interactions and assertions:
9+
A new [Els API](/els) for direct element interactions has been introduced. This API provides low-level element manipulation functions for more granular control over element interactions and assertions:
1010

1111
- `element()` - perform custom operations on first matching element
1212
- `eachElement()` - iterate and perform operations on each matching element
@@ -45,11 +45,11 @@ Scenario('element functions demo', async ({ I }) => {
4545
})
4646
```
4747

48-
[Els](./els) functions expose the native API of Playwright, WebDriver, and Puppeteer helpers. The actual `el` API will differ depending on which helper is used, which affects test code interoperability.
48+
[Els](/els) functions expose the native API of Playwright, WebDriver, and Puppeteer helpers. The actual `el` API will differ depending on which helper is used, which affects test code interoperability.
4949

5050
### 🔮 **Effects introduced**
5151

52-
[Effects](./effects) is a new concept that encompasses all functions that can modify scenario flow. These functions are now part of a single module. Previously, they were used via plugins like `tryTo` and `retryTo`. Now, it is recommended to import them directly:
52+
[Effects](/effects) is a new concept that encompasses all functions that can modify scenario flow. These functions are now part of a single module. Previously, they were used via plugins like `tryTo` and `retryTo`. Now, it is recommended to import them directly:
5353

5454
```js
5555
const { tryTo, retryTo } = require('codeceptjs/effects')

0 commit comments

Comments
 (0)