diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-31 06:07:50 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-31 06:07:50 +0000 |
commit | 92077e0f8d70c70a908395808b16f98ecd3a5fcd (patch) | |
tree | efb011b2b7e96c2a8a0e7877c0966ab70014ebee /doc/ci | |
parent | 83a3209c3f8e5bc055acf80f3440335d2b97133b (diff) | |
download | gitlab-ce-92077e0f8d70c70a908395808b16f98ecd3a5fcd.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/examples/end_to_end_testing_webdriverio/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/end_to_end_testing_webdriverio/index.md b/doc/ci/examples/end_to_end_testing_webdriverio/index.md index 8c3156ec25c..8491881570c 100644 --- a/doc/ci/examples/end_to_end_testing_webdriverio/index.md +++ b/doc/ci/examples/end_to_end_testing_webdriverio/index.md @@ -44,7 +44,7 @@ infrastructure is up and running, and that your units of code work well together ## Selenium and WebdriverIO -[Selenium](https://selenium.dev/) is a piece of software that can control web browsers, e.g., to make them +[Selenium](https://www.selenium.dev/) is a piece of software that can control web browsers, e.g., to make them visit a specific URL or interact with elements on the page. It can be programmatically controlled from a variety of programming languages. In this article we're going to be using the [WebdriverIO](https://webdriver.io/) JavaScript bindings, but the general concept should carry over |