This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new ff0e971 Broken link in tests.md
ff0e971 is described below
commit ff0e97150e929c0675cbdc65be3f10d95048c0cd
Author: nbrendah <[email protected]>
AuthorDate: Thu Nov 18 02:53:15 2021 +0300
Broken link in tests.md
---
docs/hacking-guide/en/tests.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/hacking-guide/en/tests.md b/docs/hacking-guide/en/tests.md
index bfac7a8..212561b 100644
--- a/docs/hacking-guide/en/tests.md
+++ b/docs/hacking-guide/en/tests.md
@@ -42,7 +42,7 @@ which eliminates all the setup and class variables which are
provided by `Single
## Writing Web Tests
The broker has a web console based on
[hawtio](https://github.com/hawtio/hawtio) and the `smoke-tests` are used to
test it.
-For instance, the
[ConsoleTest](https://github.com/apache/activemq-artemis/blob/master/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/dnsswitch/ConsoleTest.java)
+For instance, the
[ConsoleTest](https://github.com/apache/activemq-artemis/blob/main/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/console/ConsoleTest.java)
checks the web console using the [selenium
framework](https://github.com/SeleniumHQ/selenium).
The tests can be executed using the local browsers or the [webdriver
testcontainers](https://www.testcontainers.org/modules/webdriver_containers).
To use your local Google Chrome browser download the [WebDriver for
Chrome](https://chromedriver.chromium.org/) and set