Skip to content

Commit

Permalink
Few minor fixes in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Mar 26, 2024
1 parent c060d68 commit 178074e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/guide/configuration/web-driver-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you'd like to enable this, set `start_process` to `true` and specify the loca
<td>boolean</td>
<td>false</td>
<td>When this is enabled, the Webdriver server is run in background in a <a href="https://nodejs.org/api/child_process.html">child process</a> and started/stopped automatically.
<br>Nightwatch includes support for managing Chromedriver, Geckodriver (Firefox), Safaridriver, and Selenium Server. Please refer to the <a href="https://v2.nightwatchjs.org/gettingstarted/installation/#webdriver-service">Install Webdriver</a> section for details.
<br>Nightwatch includes support for managing Chromedriver, Geckodriver (Firefox), Safaridriver, and Selenium Server.
</td>
</tr>

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/reference/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ If you'd like to enable this, set `start_process` to `true` and specify the loca
<td>boolean</td>
<td>false</td>
<td>When this is enabled, the Webdriver server is run in background in a <a href="https://nodejs.org/api/child_process.html">child process</a> and started/stopped automatically.
<br>Nightwatch includes support for managing Chromedriver, Geckodriver (Firefox), Safaridriver, and Selenium Server. Please refer to the <a href="https://v2.nightwatchjs.org/gettingstarted/installation/#webdriver-service">Install Webdriver</a> section for details.
<br>Nightwatch includes support for managing Chromedriver, Geckodriver (Firefox), Safaridriver, and Selenium Server.
</td>
</tr>

Expand Down
1 change: 1 addition & 0 deletions public/css/landing/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3044,6 +3044,7 @@
line-height: var(--line-height-h7-s);
padding: 12px 20px;
text-decoration: none;
text-wrap: nowrap;
}

.call-to-action-content-action-button--get-started:hover {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/guide/comparison-with-leading-frameworks.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const data = {
<td>
<span class="comp-yes">✅</span> <br>
<p>Mobile web is just as easy to setup and supports everything from Desktop web.
<br><a href="https://nightwatchjs.org/guide/mobile-app-testing/introduction.html">Get Started</a>
<br><a href="/guide/mobile-app-testing/introduction.html">Get Started</a>
</p>
</td>
<td>❌</td>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ function activeLink(urlPart) {
</div>
<div class="call-to-action-content-action">
<div class="call-to-action-content-action-copy-command">
<p class="call-to-action-content-action-copy-command-text">npm init nightwatch</p>
<p class="call-to-action-content-action-copy-command-text" title="npm init nightwatch">npm init nightwatch</p>
<button class="call-to-action-content-action-copy-command-button">Copy</button>
</div>
<a href="/guide/quickstarts/create-and-run-a-nightwatch-test.html"
Expand Down

0 comments on commit 178074e

Please sign in to comment.