-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HPCC-33066 add more ECL Watch v9 UI tests #19366
base: candidate-9.2.x
Are you sure you want to change the base?
HPCC-33066 add more ECL Watch v9 UI tests #19366
Conversation
799127a
to
4b736ed
Compare
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-33066 Jirabot Action Result: |
4b736ed
to
24fff9a
Compare
29c5e51
to
6100f70
Compare
fa3f8a2
to
bc8b7f6
Compare
bc231e3
to
f99210d
Compare
@@ -111,7 +111,7 @@ define([ | |||
var logicalCluster = context.targetSelectWidget.selectedTarget(); | |||
var submitBtn = registry.byId(context.id + "SubmitBtn"); | |||
var publishBtn = registry.byId(context.id + "PublishBtn"); | |||
if (logicalCluster.QueriesOnly) { | |||
if (logicalCluster.QueriesOnly || logicalCluster.Type === "roxie") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should really be in a diff PR (especially if the tests are flakey and this doesn't get pulled...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot about those. That was an attempt at working around the default baremetal install not setting any targets as "QueriesOnly" for the roxie tests creating queries via the playground. But it didn't work anyway (and was replaced with a test that didn't use the UI, but submitted the WUs via comms).
add a few more ECL Watch v9 playwright tests, mostly on the WU, File and Query list pages, as well as a few on the playground for creating WUs, files, and queries. Signed-off-by: Jeremy Clements <[email protected]>
f99210d
to
59f66b5
Compare
Why is this playwright test executing every time, opening a web page with list of errors and block the build process when I am building platform in my Ubuntu 22.04 VM?
process. |
add a few more ECL Watch v9 playwright tests, mostly on the WU, File and Query list pages, as well as a few on the playground for creating WUs, files, and queries.
Type of change:
Checklist:
Smoketest:
Testing: