From ca011b3d0f987e45768af222ace2e3bbde79a66d Mon Sep 17 00:00:00 2001 From: Tristan Koch <73974+trkoch@users.noreply.github.com> Date: Fri, 28 Aug 2020 13:55:47 +0200 Subject: [PATCH] Update README.md Fix link to Jonas Nicklas blog article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04426ba..12dccb0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ require 'capybara-extensions' ``` ## Usage -`CapybaraExtensions` extends Capybara's finders and matchers. Our goal is to cull many of the find statements from our tests and remove the verbose CSS and xpath locators that come along with them. Jonas Nicklas, who maintains Capybara, has [an excellent post](http://www.elabs.se/blog/51-simple-tricks-to-clean-up-your-capybara-tests) about augmenting Capybara with helper methods; this is what `CapybaraExtensions` aims to do. +`CapybaraExtensions` extends Capybara's finders and matchers. Our goal is to cull many of the find statements from our tests and remove the verbose CSS and xpath locators that come along with them. Jonas Nicklas, who maintains Capybara, has [an excellent post](https://www.varvet.com/blog/simple-tricks-to-clean-up-your-capybara-tests/) about augmenting Capybara with helper methods; this is what `CapybaraExtensions` aims to do. You can read more about the library in [this blog post](http://reefpoints.dockyard.com/2013/11/11/capybara-extensions.html).