Skip to content

Commit 7e0e991

Browse files
committed
tests: update tests based on new guideline wording
1 parent 5bfa7d3 commit 7e0e991

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Feature/Install/GuidelineComposerTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@
6161
// Use test markers to verify conditional logic without depending on actual content
6262
if ($shouldIncludeForm) {
6363
expect($guidelines)
64-
->toContain('Example form using the `<Form>` component');
64+
->toContain('`<Form>` Component Example');
6565

6666
if ($shouldInclude212Features) {
6767
expect($guidelines)
6868
->toContain('form component resetting')
69-
->not->toContain('does NOT support');
69+
->not->toContain('does not support');
7070
} else {
7171
expect($guidelines)
72-
->toContain('does NOT support')
72+
->toContain('does not support')
7373
->not->toContain('form component resetting');
7474
}
7575
} else {

0 commit comments

Comments
 (0)