Skip to content

Commit 50ca470

Browse files
Version Packages (#25)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent af9d4c8 commit 50ca470

4 files changed

Lines changed: 22 additions & 22 deletions

File tree

.changeset/sour-planes-occur.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

.changeset/wild-shrimps-mix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# expect-axe-playwright
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- dc66d1c: Rename toBeAccessible to toPassAxe (#24)
8+
9+
```diff
10+
-expect(page).toBeAccessible()
11+
+expect(page).toPassAxe()
12+
```
13+
14+
The README explains why it's inaccurate to suggest that automated checks can
15+
tell you if a page is accessible.
16+
17+
To update your code to be compatible with this major change, find and replace
18+
all calls to `toBeAccessible` with `toPassAxe`.
19+
20+
### Minor Changes
21+
22+
- af9d4c8: Allow matcher to accept Axe results object
23+
324
## 2.2.1
425

526
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expect-axe-playwright",
3-
"version": "2.2.1",
3+
"version": "3.0.0",
44
"description": "Expect matchers to perform Axe accessibility tests in your Playwright tests.",
55
"author": "Widen",
66
"license": "ISC",

0 commit comments

Comments
 (0)