Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Dec 18, 2023
1 parent dfaa39c commit a24147a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3.0/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Testing is an essential aspect of your app. Most Avo DSLs are Ruby classes, so r

We prepared a few testing helpers for you to use in your apps. They will help with opening/closing datepickers, choosing the date, saving the records, add/remove tags, and also select a lot of elements throughout the UI.

You can find them all [here](https://github.com/avo-hq/avo-3/blob/main/lib/avo/test_helpers.rb),
You can find them all [here](https://github.com/avo-hq/avo/blob/main/lib/avo/test_helpers.rb),

## Testing Actions

Expand Down

0 comments on commit a24147a

Please sign in to comment.