File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ JavaScript as well. System tests inherit from
64
64
[ Capybara] ( https://github.com/teamcapybara/capybara ) and perform in-browser
65
65
tests for your application.
66
66
67
- [ Fixtures] ( https://api.rubyonrails.org/v3.1/ classes/ActiveRecord/Fixtures .html )
67
+ [ Fixtures] ( https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet .html )
68
68
are a way of mocking up data to use in your tests, so that you don't have to use
69
69
'real' data. They are stored in the ` fixtures ` directory, and you can read more
70
70
about them in the [ Fixtures] ( #fixtures ) section below.
@@ -1677,7 +1677,7 @@ which can be used in system tests.
1677
1677
# ### Screenshot Helper
1678
1678
1679
1679
The
1680
- [`ScreenshotHelper`](https://api.rubyonrails.org/v5.1.7/ classes/ActionDispatch/SystemTesting/TestHelpers/ScreenshotHelper.html)
1680
+ [`ScreenshotHelper`](https://api.rubyonrails.org/classes/ActionDispatch/SystemTesting/TestHelpers/ScreenshotHelper.html)
1681
1681
is a helper designed to capture screenshots of your tests. This can be helpful
1682
1682
for viewing the browser at the point a test failed, or to view screenshots later
1683
1683
for debugging.
You can’t perform that action at this time.
0 commit comments