This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 2a6acd4 Automated deployment: fe72749d1b94e1e46d8770f0a444a3837a7ca73b
2a6acd4 is described below
commit 2a6acd4656f47a38168ed79fab241cdaa19623f2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 12 10:02:17 2022 +0000
Automated deployment: fe72749d1b94e1e46d8770f0a444a3837a7ca73b
---
en-us/development/e2e-test.html | 2 +-
en-us/development/e2e-test.json | 2 +-
img/e2e-test/SecurityPage.png | Bin 101787 -> 98923 bytes
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/en-us/development/e2e-test.html b/en-us/development/e2e-test.html
index b03ad3b..d395d87 100644
--- a/en-us/development/e2e-test.html
+++ b/en-us/development/e2e-test.html
@@ -95,7 +95,7 @@
<span class="hljs-keyword">throw</span> <span
class="hljs-keyword">new</span> UnsupportedOperationException(<span
class="hljs-string">"Unknown tab: "</span> + tab.getName());
}
</code></pre>
-<p><img src="../../img/e2e-test/SecurityPage.png" alt="SecurityPage"></p>
+<p><img src="/img/e2e-test/SecurityPage.png" alt="SecurityPage"></p>
<p>For navigation bar options jumping, the goToNav method is provided in
<code>org/apache/dolphinscheduler/e2e/pages/common/NavBarPage.java</code>. The
currently supported pages are: ProjectPage, SecurityPage and ResourcePage.</p>
<pre><code class="language-java"> <span class="hljs-keyword">public</span>
<T extends NavBarItem> <span class="hljs-function">T <span
class="hljs-title">goToNav</span><span class="hljs-params">(Class<T>
nav)</span> </span>{
<span class="hljs-keyword">if</span> (nav == ProjectPage.class) {
diff --git a/en-us/development/e2e-test.json b/en-us/development/e2e-test.json
index ff9f7ff..385c401 100644
--- a/en-us/development/e2e-test.json
+++ b/en-us/development/e2e-test.json
@@ -1,6 +1,6 @@
{
"filename": "e2e-test.md",
- "__html": "<h1>DolphinScheduler E2E Automation Test</h1>\n<h2>I. Preparatory
knowledge</h2>\n<h3>1. The difference between E2E Test and Unit
Test</h3>\n<p>E2E, which stands for "End to End", can be translated
as "end-to-end" testing. It imitates the user, starting from a
certain entry point and progressively performing actions until a certain job is
completed. And unit tests are different, the latter usually requires testing
parameters, types and parameter values, t [...]
+ "__html": "<h1>DolphinScheduler E2E Automation Test</h1>\n<h2>I. Preparatory
knowledge</h2>\n<h3>1. The difference between E2E Test and Unit
Test</h3>\n<p>E2E, which stands for "End to End", can be translated
as "end-to-end" testing. It imitates the user, starting from a
certain entry point and progressively performing actions until a certain job is
completed. And unit tests are different, the latter usually requires testing
parameters, types and parameter values, t [...]
"link": "/dist/en-us/development/e2e-test.html",
"meta": {}
}
\ No newline at end of file
diff --git a/img/e2e-test/SecurityPage.png b/img/e2e-test/SecurityPage.png
index 592af57..07c0cbf 100644
Binary files a/img/e2e-test/SecurityPage.png and
b/img/e2e-test/SecurityPage.png differ