Skip to content

Commit fe610b2

Browse files
Issue 2452- fixed line number for CSharp to show correct line for driver (#2489)
fixed 2452 [deploy site]
1 parent f297c06 commit fe610b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website_and_docs/content/documentation/webdriver/drivers/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ on the local machine.
3535
{{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L9" >}}
3636
{{% /tab %}}
3737
{{< tab header="CSharp" >}}
38-
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/BaseTest.cs#L42" >}}
38+
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/BaseTest.cs#L48" >}}
3939
{{< /tab >}}
4040
{{< tab header="Ruby" >}}
4141
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L14" >}}

website_and_docs/content/documentation/webdriver/drivers/_index.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ weight: 3
3232
{{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L9" >}}
3333
{{% /tab %}}
3434
{{< tab header="CSharp" >}}
35-
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/BaseTest.cs#L42" >}}
35+
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/BaseTest.cs#L48" >}}
3636
{{< /tab >}}
3737
{{< tab header="Ruby" >}}
3838
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L14" >}}

website_and_docs/content/documentation/webdriver/drivers/_index.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ O principal argumento exclusivo para iniciar um driver local inclui informaçõe
3333
{{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L9" >}}
3434
{{% /tab %}}
3535
{{< tab header="CSharp" >}}
36-
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/BaseTest.cs#L42" >}}
36+
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/BaseTest.cs#L48" >}}
3737
{{< /tab >}}
3838
{{< tab header="Ruby" >}}
3939
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L14" >}}

website_and_docs/content/documentation/webdriver/drivers/_index.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ weight: 3
3333
{{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L9" >}}
3434
{{% /tab %}}
3535
{{< tab header="CSharp" >}}
36-
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/BaseTest.cs#L42" >}}
36+
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/BaseTest.cs#L48" >}}
3737
{{< /tab >}}
3838
{{< tab header="Ruby" >}}
3939
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L14" >}}

0 commit comments

Comments
 (0)