Skip to content

Commit 564c2ec

Browse files
added assertion code for using selenium (#1758)[deploy site]
added assertion code
1 parent 8ea6e02 commit 564c2ec

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ In your project's `package.json`, add requirement to `dependencies`:
143143
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/UsingSeleniumTest.java#L30-L31" >}}
144144
{{< /tab >}}
145145
{{% tab header="Python" %}}
146-
{{< badge-code >}}
147-
{{% /tab %}}
146+
{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L10-L11" >}}
147+
{{< /tab >}}
148148
{{< tab header="CSharp" >}}
149-
{{< badge-code >}}
149+
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/UsingSeleniumTest.cs#L19-L20" >}}
150150
{{< /tab >}}
151151
{{< tab header="Ruby" >}}
152-
{{< gh-codeblock path="examples/ruby/spec/getting_started/using_selenium_spec.rb#L27" >}}
152+
{{< gh-codeblock path="examples/ruby/spec/getting_started/using_selenium_spec.rb#L14-L15" >}}
153153
{{< /tab >}}
154154
{{< tab header="JavaScript" >}}
155155
{{< gh-codeblock path="examples/javascript/test/getting_started/runningTests.spec.js#L14-L15" >}}

website_and_docs/content/documentation/webdriver/getting_started/using_selenium.ja.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ In your project's `package.json`, add requirement to `dependencies`:
139139
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/UsingSeleniumTest.java#L30-L31" >}}
140140
{{< /tab >}}
141141
{{% tab header="Python" %}}
142-
{{< badge-code >}}
143-
{{% /tab %}}
142+
{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L10-L11" >}}
143+
{{< /tab >}}
144144
{{< tab header="CSharp" >}}
145-
{{< badge-code >}}
145+
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/UsingSeleniumTest.cs#L19-L20" >}}
146146
{{< /tab >}}
147147
{{< tab header="Ruby" >}}
148-
{{< gh-codeblock path="examples/ruby/spec/getting_started/using_selenium_spec.rb#L27" >}}
148+
{{< gh-codeblock path="examples/ruby/spec/getting_started/using_selenium_spec.rb#L14-L15" >}}
149149
{{< /tab >}}
150150
{{< tab header="JavaScript" >}}
151151
{{< gh-codeblock path="examples/javascript/test/getting_started/runningTests.spec.js#L14-L15" >}}

website_and_docs/content/documentation/webdriver/getting_started/using_selenium.pt-br.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ In your project's `package.json`, adicionar requisito às `dependências`:
139139
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/UsingSeleniumTest.java#L30-L31" >}}
140140
{{< /tab >}}
141141
{{% tab header="Python" %}}
142-
{{< badge-code >}}
143-
{{% /tab %}}
142+
{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L10-L11" >}}
143+
{{< /tab >}}
144144
{{< tab header="CSharp" >}}
145-
{{< badge-code >}}
145+
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/UsingSeleniumTest.cs#L19-L20" >}}
146146
{{< /tab >}}
147147
{{< tab header="Ruby" >}}
148-
{{< gh-codeblock path="examples/ruby/spec/getting_started/using_selenium_spec.rb#L27" >}}
148+
{{< gh-codeblock path="examples/ruby/spec/getting_started/using_selenium_spec.rb#L14-L15" >}}
149149
{{< /tab >}}
150150
{{< tab header="JavaScript" >}}
151151
{{< gh-codeblock path="examples/javascript/test/getting_started/runningTests.spec.js#L14-L15" >}}

website_and_docs/content/documentation/webdriver/getting_started/using_selenium.zh-cn.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ In your project's `package.json`, add requirement to `dependencies`:
123123
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/UsingSeleniumTest.java#L30-L31" >}}
124124
{{< /tab >}}
125125
{{% tab header="Python" %}}
126-
{{< badge-code >}}
127-
{{% /tab %}}
126+
{{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L10-L11" >}}
127+
{{< /tab >}}
128128
{{< tab header="CSharp" >}}
129-
{{< badge-code >}}
129+
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/UsingSeleniumTest.cs#L19-L20" >}}
130130
{{< /tab >}}
131131
{{< tab header="Ruby" >}}
132-
{{< gh-codeblock path="examples/ruby/spec/getting_started/using_selenium_spec.rb#L27" >}}
132+
{{< gh-codeblock path="examples/ruby/spec/getting_started/using_selenium_spec.rb#L14-L15" >}}
133133
{{< /tab >}}
134134
{{< tab header="JavaScript" >}}
135135
{{< gh-codeblock path="examples/javascript/test/getting_started/runningTests.spec.js#L14-L15" >}}

0 commit comments

Comments
 (0)