Skip to content

Commit 2822c39

Browse files
Documentation update
1 parent eccd2eb commit 2822c39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/component-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ The following files will be found in almost all components:
3636

3737
The following files can be found with most components:
3838

39-
- `ak-component.test.ts`: A WebdriverIO test file. Not always present; WebdriverIO, the shadowDOM,
40-
and events like mouse-in/mouse-out or timing-based components should have strong storybook demos
41-
instead so developers can affirm that a component behaves as expected.
39+
- `ak-component.test.ts`: A Vitest-and-Playwright test file. Not always present; Playwright, the
40+
shadowDOM, and events like mouse-in/mouse-out or timing-based components should have strong
41+
storybook demos instead so developers can affirm that a component behaves as expected.
4242
- `ak-component.wcc.yaml`: A WCCSS file. These files document _what_ we did to convert Patternfly-5
4343
to a shadowDOM-friendly format. The WCCSS program in the `./tools-src` folder automatically:
4444
- splits a component's React-oriented CSS into a file defining component-namespaced CSS custom

0 commit comments

Comments
 (0)