-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[TSVB] Table: Base refactoring (30 runs) #35162
Conversation
💔 Build Failed |
💚 Build Succeeded |
Please run |
public async setFieldForAggregation(field: string, aggNth: number = 0): Promise<void> { | ||
const labels = await find.allByCssSelector('.tvbSeriesEditor__container .tvbSeriesEditor'); | ||
const label = labels[aggNth]; | ||
const fieldEl = (await label.findAllByCssSelector('[data-test-subj = "comboBoxInput"]'))[1]; |
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.
It does not look like a reliable way. Can we set a unique data-test-subj
for a parent element?
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.
2 fields are the same for the current label
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.
Waiting for merge pr #35356. After that I will add data-test-subj
property for labels
💚 Build Succeeded |
💚 Build Succeeded |
💚 Build Succeeded |
💚 Build Succeeded |
💔 Build Failed |
💚 Build Succeeded |
close issue, since #36762 already merged |
Summary
add test for changing metrics
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers