Skip to content

Commit f690ab9

Browse files
committed
Update the docs
1 parent 76f0c4e commit f690ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

help_docs/syntax_formats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class ObjTests(BaseCase):
132132
DataPage().add_input_text(self, "Goodbye!")
133133
```
134134

135-
(See <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/boilerplates/classic_obj_test.py">examples/test_demo_site.py</a> for the full test.)
135+
(See <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/boilerplates/classic_obj_test.py">examples/boilerplates/classic_obj_test.py</a> for the full test.)
136136

137137
<h3><img src="https://seleniumbase.io/img/green_logo.png" title="SeleniumBase" width="32" /> 6. The classic Page Object Model with the <code>sb</code> pytest fixture</h3>
138138

@@ -155,7 +155,7 @@ class ObjTests():
155155
DataPage().add_input_text(sb, "Goodbye!")
156156
```
157157

158-
(See <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/boilerplates/sb_fixture_test.py">examples/test_demo_site.py</a> for the full test.)
158+
(See <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/boilerplates/sb_fixture_test.py">examples/boilerplates/sb_fixture_test.py</a> for the full test.)
159159

160160
<h3><img src="https://seleniumbase.io/img/green_logo.png" title="SeleniumBase" width="32" /> 7. Using the <code>request</code> fixture to get the <code>sb</code> fixture (no class)</h3>
161161

0 commit comments

Comments
 (0)