Skip to content

Commit

Permalink
fix broken layout due to extra spaces
Browse files Browse the repository at this point in the history
[deploy site]
  • Loading branch information
titusfortner committed Aug 28, 2022
1 parent 4d8ad8f commit 25c11b0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ that can be used.
driver.quit
{{< /tab >}}
{{< tab header="JavaScript" disableCodeBlock=true >}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openChromeTest.spec.js">}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openChromeTest.spec.js">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
val options = ChromeOptions()
Expand Down Expand Up @@ -96,7 +96,7 @@ the major version number of edgedriver must match the major version of the Edge
driver.quit
{{< /tab >}}
{{< tab header="JavaScript" disableCodeBlock=true >}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openEdgeTest.spec.js">}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openEdgeTest.spec.js">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
val options = EdgeOptions()
Expand Down Expand Up @@ -136,7 +136,7 @@ Selenium 4 requires Firefox 78 or greater. It is recommended to always use the l
driver.quit
{{< /tab >}}
{{< tab header="JavaScript" disableCodeBlock=true >}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openFirefoxTest.spec.js">}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openFirefoxTest.spec.js">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
val options = FirefoxOptions()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ that can be used.
driver.quit
{{< /tab >}}
{{< tab header="JavaScript" disableCodeBlock=true >}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openChromeTest.spec.js">}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openChromeTest.spec.js">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
val options = ChromeOptions()
Expand Down Expand Up @@ -97,7 +97,7 @@ the major version number of edgedriver must match the major version of the Edge
driver.quit
{{< /tab >}}
{{< tab header="JavaScript" disableCodeBlock=true >}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openEdgeTest.spec.js">}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openEdgeTest.spec.js">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
val options = EdgeOptions()
Expand Down Expand Up @@ -137,7 +137,7 @@ Selenium 4 requires Firefox 78 or greater. It is recommended to always use the l
driver.quit
{{< /tab >}}
{{< tab header="JavaScript" disableCodeBlock=true >}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openFirefoxTest.spec.js">}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openFirefoxTest.spec.js">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
val options = FirefoxOptions()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ que podem ser utilizados.
driver.quit
{{< /tab >}}
{{< tab header="JavaScript" disableCodeBlock=true >}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openChromeTest.spec.js">}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openChromeTest.spec.js">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
val options = ChromeOptions()
Expand Down Expand Up @@ -91,7 +91,7 @@ o número da versão principal do edgedriver deve corresponder à versão princi
driver.quit
{{< /tab >}}
{{< tab header="JavaScript" disableCodeBlock=true >}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openEdgeTest.spec.js">}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openEdgeTest.spec.js">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
val options = EdgeOptions()
Expand Down Expand Up @@ -131,7 +131,7 @@ O Selenium 4 requer o Firefox 78 ou superior. Recomenda-se sempre usar a versão
driver.quit
{{< /tab >}}
{{< tab header="JavaScript" disableCodeBlock=true >}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openFirefoxTest.spec.js">}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openFirefoxTest.spec.js">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
val options = FirefoxOptions()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ description: >
driver.quit
{{< /tab >}}
{{< tab header="JavaScript" disableCodeBlock=true >}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openChromeTest.spec.js">}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openChromeTest.spec.js">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
val options = ChromeOptions()
Expand Down Expand Up @@ -98,7 +98,7 @@ edgedriver的主要版本号必须与Edge浏览器的主要版本匹配.
driver.quit
{{< /tab >}}
{{< tab header="JavaScript" disableCodeBlock=true >}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openEdgeTest.spec.js">}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openEdgeTest.spec.js">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
val options = EdgeOptions()
Expand Down Expand Up @@ -139,7 +139,7 @@ Selenium 4需要Firefox 78或更高版本.
driver.quit
{{< /tab >}}
{{< tab header="JavaScript" disableCodeBlock=true >}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openFirefoxTest.spec.js">}}
{{< gh-codeblock path="/examples/javascript/test/getting_started/openFirefoxTest.spec.js">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
val options = FirefoxOptions()
Expand Down

0 comments on commit 25c11b0

Please sign in to comment.