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')
626626
627627<!-- END_DOCUSAURUS_CODE_TABS--> 
628628
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
630630>  recommended to use this only after the other queries don't work for your use
631631>  case. Using data-testid attributes do not resemble how your software is used
632632>  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
3535in a way that encourages better testing practices. Its primary guiding principle
3636is:
3737
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  ) 
3939
4040So rather than dealing with instances of rendered Marko components, your tests
4141will 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:
1414
15151 .  Re-exports query utilities and helpers from ` DOM Testing Library ` .
16162 .  Hides ` @vue/test-utils `  methods that are in conflict with Testing Library
17-  [ Guiding Principle] ( /docs/ guiding-principles) .
17+  [ Guiding Principle] ( guiding-principles.md  ) .
18183 .  Tweaks some methods from both sources.
1919
2020## Quickstart  
                         You can’t perform that action at this time. 
           
                  
0 commit comments