Skip to content

Commit 258b7d4

Browse files
Correct the link to the schemas testing page (#18355)
* Update 01-overview.md Correct the link to the schemas testing page Signed-off-by: Patrick <[email protected]> * Update 01-overview.md --------- Signed-off-by: Patrick <[email protected]> Co-authored-by: Dan Harrin <[email protected]>
1 parent e4a2398 commit 258b7d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/10-testing/01-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Since all Filament components are mounted to a Livewire component, we're just us
1212

1313
Looking for a full example on how to test a panel resource? Check out the [Testing resources](testing-resources) section.
1414

15-
If you could like to learn the different methods available to test tables, check out the [Testing tables](../tables/testing) section.
15+
If you could like to learn the different methods available to test tables, check out the [Testing tables](testing-tables) section.
1616

17-
If you need to test a schema, which encompasses both forms and infolists, check out the [Testing schemas](../schemas/testing) section.
17+
If you need to test a schema, which encompasses both forms and infolists, check out the [Testing schemas](testing-schemas) section.
1818

19-
If you would like to test an action, including actions that exist in tables or in schemas, check out the [Testing actions](../actions/testing) section.
19+
If you would like to test an action, including actions that exist in tables or in schemas, check out the [Testing actions](testing-actions) section.
2020

21-
If you would like to test a notification that you have sent, check out the [Testing notifications](../notifications/testing) section.
21+
If you would like to test a notification that you have sent, check out the [Testing notifications](testing-notifications) section.
2222

2323
If you would like to test a custom page in a panel, these are Livewire components with no special behavior, so you should visit the [testing](https://livewire.laravel.com/docs/testing) section of the Livewire documentation.
2424

0 commit comments

Comments
 (0)