diff --git a/website_and_docs/content/documentation/webdriver/interactions/navigation.en.md b/website_and_docs/content/documentation/webdriver/interactions/navigation.en.md index 14633cc9afe2..95dc040d4ea3 100644 --- a/website_and_docs/content/documentation/webdriver/interactions/navigation.en.md +++ b/website_and_docs/content/documentation/webdriver/interactions/navigation.en.md @@ -21,7 +21,7 @@ open your website. This can be achieved in a single line: {{< gh-codeblock path="examples/python/tests/interactions/test_navigation.py#L6" >}} {{< /tab >}} {{< tab header="CSharp" text=true >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs#L17-L20" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs#L17-L22" >}} {{< /tab >}} {{< tab header="Ruby" text=true >}} {{< gh-codeblock path="examples/ruby/spec/interactions/navigation_spec.rb#L7-L9" >}}