File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ cy.getByTestId('username-input').should('exist')
626
626
627
627
<!-- END_DOCUSAURUS_CODE_TABS-->
628
628
629
- > In the spirit of [ the guiding principles] ( # guiding-principles) , it is
629
+ > In the spirit of [ the guiding principles] ( guiding-principles.md ) , it is
630
630
> recommended to use this only after the other queries don't work for your use
631
631
> case. Using data-testid attributes do not resemble how your software is used
632
632
> and should be avoided if possible. That said, they are _ way_ better than
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ components. It provides light utility functions on top of
35
35
in a way that encourages better testing practices. Its primary guiding principle
36
36
is:
37
37
38
- > [ The more your tests resemble the way your software is used, the more confidence they can give you.] ( # guiding-principles)
38
+ > [ The more your tests resemble the way your software is used, the more confidence they can give you.] ( guiding-principles.md )
39
39
40
40
So rather than dealing with instances of rendered Marko components, your tests
41
41
will work with actual DOM nodes. The utilities this library provides facilitate
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ In short, Vue Testing Library does three things:
14
14
15
15
1 . Re-exports query utilities and helpers from ` DOM Testing Library ` .
16
16
2 . Hides ` @vue/test-utils ` methods that are in conflict with Testing Library
17
- [ Guiding Principle] ( /docs/ guiding-principles) .
17
+ [ Guiding Principle] ( guiding-principles.md ) .
18
18
3 . Tweaks some methods from both sources.
19
19
20
20
## Quickstart
You can’t perform that action at this time.
0 commit comments