test: polish soap wizard test run flow
This commit is contained in:
@@ -1553,6 +1553,9 @@ function currentUpstream() {
|
||||
|
||||
var customName = textValue('new-upstream-name');
|
||||
var customUrl = textValue('new-upstream-url');
|
||||
if (!customUrl && wizardProtocol === 'soap') {
|
||||
customUrl = textValue('soap-endpoint-override');
|
||||
}
|
||||
if (!customUrl) return null;
|
||||
|
||||
var authMode = textValue('new-upstream-auth-mode') || 'none';
|
||||
|
||||
Reference in New Issue
Block a user