Skip to content

Commit ac546cd

Browse files
authored
Update core.blade.php
1 parent 9bf4b05 commit ac546cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ai/pest/4/core.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
### Browser Testing
99
- You can use Laravel features like `Event::fake()`, `assertAuthenticated()`, and model factories within Pest v4 browser tests, as well as `RefreshDatabase` (when needed) to ensure a clean state for each test.
10+
- Interact with the page (click, type, scroll, select, submit, drag-and-drop, touch gestures, etc.) when appropriate to complete the test.
1011
- If requested, test on multiple browsers (Chrome, Firefox, Safari).
1112
- If requested, test on different devices and viewports (like iPhone 14 Pro, tablets, or custom breakpoints).
1213
- Switch color schemes (light/dark mode) when appropriate.
13-
- Interact with the page (click, type, scroll, select, submit, drag-and-drop, touch gestures, etc.) when appropriate to complete the test.
1414
- Take screenshots or pause tests for debugging when appropriate.
1515

1616
### Example Tests

0 commit comments

Comments
 (0)