-
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
Unskip dashboard and dashboard panel a11y tests #115102
Conversation
@elasticmachine merge upstream |
Pinging @elastic/kibana-accessibility (Project:Accessibility) |
Pinging @elastic/kibana-presentation (Team:Presentation) |
So flaky test runner failed with index pattern not found screenshot - https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/2027/ Going to discuss this with @LeeDr cc @1Copenut @rashmivkulkarni |
Pinging @elastic/kibana-qa (Team:QA) |
@elasticmachine merge upstream |
f3b098f
to
4b37b5a
Compare
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: cc @bhavyarm |
@elasticmachine merge upstream |
cb106bb
to
9daf30f
Compare
@elasticmachine merge upstream |
test/accessibility/apps/index.ts
Outdated
@@ -18,13 +18,15 @@ export default function ({ getService, loadTestFile, getPageObjects }: FtrProvid | |||
await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', { | |||
useActualUrl: true, | |||
}); | |||
// await testSubjects.click('addSampleDataSetflights'); |
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.
minor cleanup to remove commented line
test/accessibility/apps/index.ts
Outdated
await PageObjects.home.addSampleDataSet('flights'); | ||
}); | ||
|
||
after(async () => { | ||
await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', { | ||
useActualUrl: true, | ||
}); | ||
// await testSubjects.click('removeSampleDataSetflights'); |
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.
another cleanup
const sampleDataCardInnerHTML = await sampleDataCard.getAttribute('innerHTML'); | ||
this.log.debug(sampleDataCardInnerHTML); | ||
return sampleDataCardInnerHTML.includes('removeSampleDataSet'); | ||
// return !(await this.testSubjects.exists(`addSampleDataSet${id}`)); |
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.
another cleanup
Another clean flaky test run with all the tests in the suite uncommented - https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/2081/console |
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Test Failures
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @bhavyarm |
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.
LGTM - code review and test results :-)
Unskipping skipped dashboard tests - #111234
And removing .skip from a passing a11y test on saved query